Learn R Programming

VBmix (version 0.3.2)

gmmToMppca:

Description

uses eigen decompositions to convert a GMM to a MPPCA model.

Usage

gmmToMppca(model, alpha = 500)

Arguments

model
GMM to be converted.
alpha
GMM are associated to weights, and MPPCA models to population sizes. alpha is the chosen population size for the output MPPCA.

Value

converted MPPCA model.

See Also

mppcaToGmm

Examples

Run this code
temp <- gmmToMppca(gmmpen[[3]])

Run the code above in your browser using DataLab