getVarbayesResp: getVarbayesResp

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

View source: R/Rutils.R

Description

gets posterior responsibilities for a data set, according to the variational posterior of a GMM.

Usage

1

Arguments

data

matrix of row-elements.

model

variational posterior of a GMM

Value

responsibility matrix (Z in references) resulting from the parameters.

Author(s)

Pierrick Bruneau

References

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

See Also

getResp ZtoLabels

Examples

1
2
# get resp for only a subsample, as this operation is rather long.
temp <- getVarbayesResp(pendat[1:10,], vbpen[[2]])

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

Related to getVarbayesResp in VBmix...