ZtoLabels: ZtoLabels

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/Rutils.R

Description

converts a responsibility matrix (Z in references) to a vector of numeric labels.

Usage

1
ZtoLabels(resp)

Arguments

resp

responsibility matrix to convert.

Value

labels vector.

Author(s)

Pierrick Bruneau

References

Bishop, C. M. (2006) _Pattern Recognition and Machine Learning_ Chap. 9, Springer.

See Also

getResp getVarbayesResp

Examples

1
2
temp <- getResp(pendat, pcapen[[2]])
temp2 <- ZtoLabels(temp)

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

Related to ZtoLabels in VBmix...