skbio.stats.gradient.GradientANOVAResults(algorithm, weighted, categories)[source]¶Store the trajectory results
algorithm¶The algorithm used to compute trajectories
| Type: | str |
|---|
weighted¶If true, a weighting vector was used
| Type: | bool |
|---|
categories¶The trajectory results for each metadata category
| Type: | list of CategoryResults |
|---|
Built-ins
Methods
to_files(out_f, raw_f) |
Save the trajectory analysis results to files in text format. |