Class TextbookSphericalGaussianModelFactory

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

    public class TextbookSphericalGaussianModelFactory
    extends java.lang.Object
    implements EMClusterModelFactory<NumberVector,​EMModel>
    Factory for EM with multivariate gaussian models using a single variance.

    These models have a single variances, no covariance, so this corresponds to the 'VII' model in Mclust (R).

    Since:
    0.7.0
    Author:
    Erich Schubert