sort_components {TargetScore} | R Documentation |
Sort Gaussian mixture components with model paramters in increasing order of averaged means of d variables.
sort_components(model)
model |
A list containing trained parameters of the Baysian GMM (see Value section in |
VB-GMM model list in increasing order of averaged means.
Yue Li
tmp <- vbgmm(c(rnorm(100,mean=2), rnorm(100,mean=3)), tol=1e-3) tmp$mu