Closed DanielGeda closed 7 years ago
Hi i would like to extract the means for creating of supervectors from my models using python, how can i do this?
You can access the "_means" attribute after loading the model. http://scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html#sklearn.mixture.GaussianMixture
Hi i would like to extract the means for creating of supervectors from my models using python, how can i do this?