Class DiagonalGaussianModelFactory

  • All Implemented Interfaces:
    EMClusterModelFactory<NumberVector,​EMModel>

    public class DiagonalGaussianModelFactory
    extends java.lang.Object
    implements EMClusterModelFactory<NumberVector,​EMModel>
    Factory for EM with multivariate gaussian models using diagonal matrixes.

    These models have individual variances, but no covariance, so this corresponds to the 'VVI' model in Mclust (R).

    Since:
    0.7.0
    Author:
    Erich Schubert