Description Usage Arguments Value
This function allows you to do variational Bayesian inference for Gaussian mixture. It is based on the MatLab code by Mo Chen (sth4nth@gmail.com).
1 | init(X, K, labels_init, kmeans_init = F, verbose = T)
|
X |
NxD data matrix |
K |
Number of mixture components |
labels_init |
Initial cluster labels (if empty, use either k-means or randomly assigned labels) |
kmeans_init |
Boolean flag, which, if TRUE initializes the responsibilities with the output of the k-means algorithm |
verbose |
Boolean flag which, if TRUE, prints the type of initialization |
Resp NxK matrix of responsibilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.