tropea_clustering._internal.onion_smooth.first_classes.StateMulti¶
- class tropea_clustering._internal.onion_smooth.first_classes.StateMulti(mean, covariance, log_likelihood, number_of_sigmas, perc=0.0)[source]¶
Represents a multifimensional state as a factorized Gaussian.
All the parameters and information on the factorized Gaussian states corresponding to the different clusters are stored within this class. The attributes can be acessed using the get_attributes() method.
- Parameters:
- axis¶
The thresholds of the state. It contains the axis of the ellipsoid given by the rescaled sigmas of the factorized Gaussian states, multiplied by “number of sigmas”.
- Type:
ndarray of shape (dim,)
Methods
Returns a dictionary containing the attributes of the state.
Sets the thresholds to classify the data windows inside the state.
Attributes
meancovariancelog_likelihoodnumber_of_sigmas