getResp(VBmix)
getResp()所属R语言包:VBmix
getResp
getResp
译者:生物统计家园网 机器人LoveR
描述----------Description----------
get posterior responsibilities of elements in a data set, according to a posterior MPPCA distribution.
在一个数据集的元素后的责任,按到后MPPCA分布。
用法----------Usage----------
getResp(data, model)
参数----------Arguments----------
参数:data
matrix of row-elements.
矩阵的行元素。
参数:model
posterior MPPCA.
后路MPPCA。
值----------Value----------
nxk matrix (with n the number of row-elements, and k the number of components in the MPPCA) of membership probabilities. (i.e. Z in references)
脑血康矩阵(其中n的行元素的数目,并且k的数目在MPPCA组件)的成员概率。 (即Z在引用)
(作者)----------Author(s)----------
Pierrick Bruneau
参考文献----------References----------
a variational-Bayes technique over parameters_, ICPR'10.
参见----------See Also----------
mppca
mppca
实例----------Examples----------
temp <- getResp(pendat, pcapen[[1]])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|