vbgmm | R Documentation |
Variational Bayesian Gaussian mixture model (VB-SMM)
vbgmm(data, init = 2, prior, tol = 1e-20, maxiter = 1000, verbose = FALSE)
data |
N x D data matrix |
init |
k (1 x 1) or label (1 x n, 1<=label(i)<=k) or center (d x k) |
prior |
prior parameters |
tol |
VBEM convergence threshold |
maxiter |
VBEM maximum iteration |
verbose |
show progress |
a list containing model parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.