sort_components: Sort mixture components in increasing order of averaged means...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/vbgmm.R

Description

Sort Gaussian mixture components with model paramters in increasing order of averaged means of d variables.

Usage

1

Arguments

model

A list containing trained parameters of the Baysian GMM (see Value section in vbgmm).

Value

VB-GMM model list in increasing order of averaged means.

Author(s)

Yue Li

See Also

vbgmm

Examples

1
2
tmp <- vbgmm(c(rnorm(100,mean=2), rnorm(100,mean=3)), tol=1e-3)
tmp$mu

TargetScore documentation built on Nov. 8, 2020, 6:56 p.m.