GaussianMixtureModelConfig

class pycave.bayes.gmm.GaussianMixtureModelConfig(num_components, num_features, covariance_type)[source]

Bases: object

Configuration class for a Gaussian mixture model.

Attributes

num_components

The number of components in the GMM.

num_features

The number of features for the GMM's components.

covariance_type

The type of covariance to use for the components.