incremMerge(VBmix)
incremMerge()所属R语言包:VBmix
incremMerge
incremMerge
译者:生物统计家园网 机器人LoveR
描述----------Description----------
updates a reference MPPCA model with an input distribution.
更新了的参考MPPCA模型的输入分布。
用法----------Usage----------
incremMerge(modref, newmod, k = 200, nit = 100, quick = FALSE)
参数----------Arguments----------
参数:modref
reference MPPCA to update.
参考MPPCA更新。
参数:newmod
new MPPCA to incorporate.
新的MPPCA到合并。
参数:k
number of components of the output variational posterior.
数的输出变分后路组件。
参数:nit
number of iterations used in the mmppca call that performs the update.
执行更新的mmppca呼叫中使用的迭代数。
参数:quick
boolean parameter transmitted to the subMppca routine that shrinks the output variational posterior.
布尔参数传输到收缩的输出变后的subMppca常规。
值----------Value----------
updated variational posterior.
更新变后路。
(作者)----------Author(s)----------
Pierrick Bruneau
参见----------See Also----------
mppca mmppca
mppca mmppca
实例----------Examples----------
temp <- incremMerge(pcapen[[1]], pcapen[[2]], quick=T)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|