Class EMModel

  • All Implemented Interfaces:
    Model, PrototypeModel<double[]>, TextWriteable

    public class EMModel
    extends MeanModel
    Cluster model of an EM cluster, providing a mean and a full covariance Matrix.
    Since:
    0.2
    Author:
    Erich Schubert
    • Field Detail

      • covarianceMatrix

        private double[][] covarianceMatrix
        Cluster covariance matrix
    • Constructor Detail

      • EMModel

        public EMModel​(double[] mean,
                       double[][] covarianceMatrix)
        Constructor.
        Parameters:
        mean - Mean vector
        covarianceMatrix - Covariance matrix