Description Usage Arguments Value See Also
Variational Bayes EM algorithm for Gaussian Mixture Model.
1 |
x |
training data of size DxN. |
mix |
gmm model initialize with netlab's GmmVBEM function. |
PriorPar |
structure containing priors. |
options |
options for maxIter, threshold etc. etc. |
D |
the dimension. |
N |
the number of Data points. |
a list of objects: L likelihood function. m centers of clusters.
http://www.cs.ubc.ca/~murphyk/Software/VBEMGMM/index.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.