skbio.stats.gradient.GroupResults¶
- class skbio.stats.gradient.GroupResults(name, trajectory, mean, info, message)[source]¶
Store the trajectory results of a group of a metadata category
- trajectory¶
The result trajectory in an 1-D numpy array
- Type:
array like
- info¶
Any extra information computed by the trajectory algorithm. Depends on the algorithm
- Type:
Built-ins
__eq__(value, /)Return self==value.
__ge__(value, /)Return self>=value.
Helper for pickle.
__gt__(value, /)Return self>value.
__hash__()Return hash(self).
__le__(value, /)Return self<=value.
__lt__(value, /)Return self<value.
__ne__(value, /)Return self!=value.
__str__()Return str(self).
Methods
to_files(out_f, raw_f)Save the trajectory analysis results for a category group to files