tropea_clustering._internal.first_classes.StateMulti¶
- class tropea_clustering._internal.first_classes.StateMulti(mean, sigma, area, r_2, 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.
Attributes