Uses of Class
comirva.audio.util.gmm.CovarianceSingularityException

Packages that use CovarianceSingularityException
comirva.audio.util.gmm   
 

Uses of CovarianceSingularityException in comirva.audio.util.gmm
 

Methods in comirva.audio.util.gmm that throw CovarianceSingularityException
protected  void GaussianComponent.maximise(PointList samplePoints, double[] p_ij)
          This method performs the maximization step for this component given the sample points and the estimates p_ij = P(C=i | x_j) for sample j of being generated by this component under the assumption that this sample has been drawn from this GMM.
 void GaussianMixture.runEM(PointList samplePoints)
          Runs the EM algorithm to train this GMM given the sample points in the PointList.