Closed cgreenberg closed 9 years ago
GMM txt output format: Yes, there are two curiosities, mostly to hold backward compatibility with our old model format: 1) at the begining - is dimension and a vector of scale factors (default all ones) 2) full-covariances are marked by 'F' after component weight, and the first extra column is a copy of diagonal of the matrix. It allows to read the diagonal part of the full-covariance model by scripts/programs that supports the diagonal GMMs only.
You may inspect the LoadGMM matlab function in the IOscripts directory for details.
Great, thanks!
E.g. here is the output of a 4-component full-covariance trained model. I assume that after the "4" you have the weight, center, then the covariance matrix for each component. But the matrices are 3x4, so I'm not sure what they mean.