skbio.stats.gradient.GradientANOVAResults¶
-
class
skbio.stats.gradient.
GradientANOVAResults
(algorithm, weighted, categories)[source]¶ Store the trajectory results
-
categories
¶ The trajectory results for each metadata category
- Type
list of CategoryResults
Built-ins
Return hash(self).
Methods
to_files
(out_f, raw_f)Save the trajectory analysis results to files in text format.
-