uses eigen decompositions to convert a GMM to a MPPCA model.
采用特征值分解,转换GMM到MPPCA模型。
用法----------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.
GMM相关联的权重,和MPPCA模型的人口规模。 α是选择的人口规模的输出MPPCA的。