skbio.stats.gradient.
GroupResults
(name, trajectory, mean, info, message)[source]¶Store the trajectory results of a group of a metadata category
name
¶The name of the group within the metadata category
str
trajectory
¶The result trajectory in an 1-D numpy array
array like
mean
¶The mean of the trajectory
float
info
¶Any extra information computed by the trajectory algorithm. Depends on the algorithm
dict
message
¶A message with information of the execution of the algorithm
str
Built-ins
Return hash(self). |
Methods
|
Save the trajectory analysis results for a category group to files |