skbio.stats.gradient.CategoryResults#
- class skbio.stats.gradient.CategoryResults(category, probability, groups, message)[source]#
Store the trajectory results of a metadata category.
- Attributes:
- categorystr
The name of the category
- probabilityfloat
The ANOVA probability that the category groups are independent
- groupslist of GroupResults
The trajectory results for each group in the category
- messagestr
A message with information of the execution of the algorithm
Methods
Save trajectory analysis results for a category to files in text format.
Special methods (inherited)
__eq__Return self==value.
__ge__Return self>=value.
__getstate__Helper for pickle.
__gt__Return self>value.
__hash__Return hash(self).
__le__Return self<=value.
__lt__Return self<value.
__ne__Return self!=value.
__str__Return str(self).
Details