verification - How to use org.openimaj.ml.gmm to construct speaker models. -
i know how can gmm speaker model using openimaj library. org.openimaj.ml.gmm.gaussianmixturemodelem. have tried following
gaussianmixturemodelem gmm = new gaussianmixturemodelem (default_number_components,gaussianmixturemodelem.covariancetype.diagonal); mixtureofgaussians mixture = gmm.estimate(data); boolean convergerd = gmm.hasconverged();
i true gaussianmixturemodelem has converged, lost go here. guidance appreciated.
given comment, mixture.estimatelogprobability(point)
should want (see http://www.openimaj.org/apidocs/org/openimaj/math/statistics/distribution/mixtureofgaussians.html#estimatelogprobability(double[])).
Comments
Post a Comment