Class AlgorithmMixGaussEM.model

  • Enclosing class:
    AlgorithmMixGaussEM

    class AlgorithmMixGaussEM.model
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[][] mu  
      (package private) double[][][] Sigma  
      (package private) double[] w  
    • Constructor Summary

      Constructors 
      Constructor Description
      model​(double[][] mu, double[][][] Sigma, double[] w)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mu

        double[][] mu
      • Sigma

        double[][][] Sigma
      • w

        double[] w
    • Constructor Detail

      • model

        public model​(double[][] mu,
                     double[][][] Sigma,
                     double[] w)