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

R语言 Rtreemix包 comp.trees()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 13:42:01 | 显示全部楼层 |阅读模式
comp.trees(Rtreemix)
comp.trees()所属R语言包:Rtreemix

                                        Functions for quantifying the diversity of the nontrivial trees in
                                         量化平凡的树木多样性的功能

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

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

These functions implement a similarity measure for comparing the topologies of the nontrivial tree components of a specified mixture model, and thereby quantifying their diversity. All possible pairs of nontrivial components are considered when computing the similarity. comp.trees uses the sum of the number of different edges of all pairs for caracterizing the difference of the trees in the model. comp.trees.levels uses the sum of the number of different edges of all pairs and the corresponding L1 distances of their level vectors. The model must have at least two nontrivial components.
这些功能的实现比较平凡的树组件指定的混合模型的拓扑结构,从而量化的多样性相似性措施。在计算相似度时,会考虑所有可能对平凡的组件。 comp.trees使用为caracterizing模型中的树木差异,所有对不同边缘的数量的总和。 comp.trees.levels使用所有对自己的水平向量相应的L1距离的不同边数的总和。该模型必须至少有两个平凡的组成部分。


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


comp.trees(model)
comp.trees.levels(model)



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

参数:model
An RtreemixModel object.
RtreemixModel对象。


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

The functions return a numeric value that quantifies the similarity (or diversity) of the nontrivial tree topologies of a given mixture models.
该函数返回一个数值,量化平凡的树的相似性(多样性)的一个给定的混合模型的拓扑结构。


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


Jasmina Bogojeska



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

RtreemixModel-class, comp.models, fit-methods, stability.sim
RtreemixModel-class,comp.models,fit-methods,stability.sim


举例----------Examples----------


## Generate two random RtreemixModel objects each with 3 components.[#生成随机RtreemixModel对象各有3个组成部分。]
mix1 <- generate(K = 3, no.events = 9, noise.tree = TRUE, prob = c(0.2, 0.8))
mix2 <- generate(K = 3, no.events = 9, noise.tree = TRUE, prob = c(0.2, 0.8))
## Inspect the diversity of the nontrivial tree components in a given model[#检查一个给定的模型在平凡的树组件的多样性]
## using the number of distinct edges and the levels of the events in[#使用不同的边缘事件的数量和水平]
## the treesas dissimilarity measure.[#的treesas的相异措施。]
comp.trees.levels(model = mix1)
comp.trees.levels(model = mix2)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 21:09 , Processed in 0.026347 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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