getLabels(VBmix)
getLabels()所属R语言包:VBmix
getLabels
getLabels
译者:生物统计家园网 机器人LoveR
描述----------Description----------
gets numeric labels that associates a data set and a GMM.
得到数字标签相关联的数据集和一个GMM。
用法----------Usage----------
getLabels(model, data)
参数----------Arguments----------
参数:model
GMM.
GMM。
参数:data
matrix of row-elements.
矩阵的行元素。
值----------Value----------
vector of numeric labels, that take values of the respective component indexes in the GMM.
数字标签,采取在GMM的各组成部分的索引的值的矢量。
(作者)----------Author(s)----------
Pierrick Bruneau
参见----------See Also----------
newGmm
newGmm
实例----------Examples----------
temp <- classicEM(irisdata, 4)
temp2 <- getLabels(temp, irisdata)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|