Ammar N. Abbas
Ammar N. Abbas

Reputation: 63

Difference between number of states and number of mixtures in Gaussian Mixture Model?

I am using the GMMHMM library and I can not figure out the difference between

 n_components : Number of states in the model.
 n_mix : Number of states in the GMM.

Upvotes: 1

Views: 209

Answers (1)

xiaoshutong
xiaoshutong

Reputation: 26

n_components means the states in the Hidden Markov Model; n_mix means the number of the mixtures in the mixture gaussian distribution corresponding to each state.

Upvotes: 1

Related Questions