GaussianMixtureModelConfig¶
- class pycave.bayes.gmm.GaussianMixtureModelConfig(num_components, num_features, covariance_type)[source]¶
Bases:
object
Configuration class for a Gaussian mixture model.
See also
Attributes
|
The number of components in the GMM. |
|
The number of features for the GMM's components. |
|
The type of covariance to use for the components. |