skbio.stats.gradient.GradientANOVA(coords, prop_expl, metadata_map, trajectory_categories=None, sort_category=None, axes=3, weighted=False)[source]¶Base class for the Trajectory algorithms
| Parameters: | coords : pandas.DataFrame
prop_expl : array like
metadata_map : pandas.DataFrame
trajectory_categories : list of str, optional
sort_category : str, optional
axes : int, optional
weighted : bool, optional
|
|---|---|
| Raises: | ValueError
|
Methods
get_trajectories() |
Compute the trajectories for each group in each category and run |