找回密码
 注册
查看: 318|回复: 0

R语言 VBmix包 vbconstr()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 14:41:12 | 显示全部楼层 |阅读模式
vbconstr(VBmix)
vbconstr()所属R语言包:VBmix

                                         vbconstr
                                         vbconstr

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

estimates the variational posterior distribution of a GMM that aggregates a constrained collection of GMM.  A lower bound is calculated and monitored at each iteration. This posterior can be used for various purposes (e.g. MC proposal distribution). It can be transformed using extractSimpleModel, outputing a GMM.
估计变后验分布的GMM聚集约束收集GMM。的下界是在每一次迭代计算和监测。此后路可以被用于各种目的(例如,MC建议分布)。可以使用extractSimpleModel,允许输出GMM转换。


用法----------Usage----------


vbconstr(models, ncomp, thres = 0.1, maxit = NULL)



参数----------Arguments----------

参数:models
GMM made with the weighted sum of the collection of GMM to aggregate. a is used to model constraints between components in this GMM.  
GMM与聚集的GMM的集合的加权总和。一个是用来在这GMM模型组件之间的约束。


参数:ncomp
number of components in the posterior.  
后路中的组件数量。


参数:thres
threshold for lower bound variations between 2 iterations. Convergence is decided if this variation is below thres.  
阈值下限2次迭代之间的差异。如果这种变化是低于THRES,决定收敛。


参数:maxit
if NULL, the stopping criterion is related to thres. If not NULL, maxit iterations are performed.  



值----------Value----------

estimated posterior with ncomp components.
估计后NCOMP组件。


(作者)----------Author(s)----------



Pierrick Bruneau




参考文献----------References----------

models with a variational-Bayes approach_, Pattern Recognition, Volume 43, Pages 850-858.

参见----------See Also----------

vbcomp extractSimpleModel
VBCOMP extractSimpleModel


实例----------Examples----------


temp1 <- newGmm()
for(i in 1:10) temp1 <- appendToGmm(temp1, gmmpen[[i]])
temp2 <- vbconstr(temp1, 50)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-27 10:35 , Processed in 0.020114 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表