Class AlgorithmGaussianMixtureModelEM.SubSig

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double cnst  
      (package private) double[] means  
      (package private) double N  
      (package private) double pi  
      (package private) double[][] R  
      (package private) double[][] Rinv  
      (package private) boolean used  
    • Constructor Summary

      Constructors 
      Constructor Description
      SubSig()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • N

        double N
      • pi

        double pi
      • means

        double[] means
      • R

        double[][] R
      • Rinv

        double[][] Rinv
      • cnst

        double cnst
      • used

        boolean used
    • Constructor Detail

      • SubSig

        public SubSig()