Structs
- Represents a gaussian mixture model. The number of components is determined automatically from the responsibilities when first calling
maximize
method.
Functions
- Function that sorts the parameters (means, covariances) of a Gaussian mixture according to the weights of the components. TODO: This should be part of the Mixable interface but this is difficult right now (type of the pmf is unknown in the interace). see this blog post