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

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -