getLabels: getLabels

Description Usage Arguments Value Author(s) See Also Examples

View source: R/interfaces.R

Description

gets numeric labels that associates a data set and a GMM.

Usage

1
getLabels(model, data)

Arguments

model

GMM.

data

matrix of row-elements.

Value

vector of numeric labels, that take values of the respective component indexes in the GMM.

Author(s)

Pierrick Bruneau

See Also

newGmm

Examples

1
2
temp <- EM(irisdata, 4)
temp2 <- getLabels(temp, irisdata)

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to getLabels in VBmix...