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

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

[复制链接]
发表于 2012-2-26 12:04:53 | 显示全部楼层 |阅读模式
computeClassLinearization(RBioinf)
computeClassLinearization()所属R语言包:RBioinf

                                        Compute the Class Linearization
                                         计算的一类线性

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

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

There are a number of different methods for computing the class linearization. The methods described here are discussed in more detail in the vignette for this package. LPO and computeClassLinearization are  aliases, the former being easier to type, the latter more descriptive.
也有一些不同的方法计算类线性。这里介绍的方法,在这个包中的小插曲更详细讨论。 LPO和computeClassLinearization是别名,前者更容易输入,后者更描述。


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


computeClassLinearization(inClass, C3 = FALSE)
LPO(inClass, C3 = FALSE)



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

参数:inClass
The class for which a linearization of its  is wanted.  
被通缉了其线性化的类。


参数:C3
Whether or not to use the C3 method in computing the linearization.
是否或不使用C3的方法计算线性。


Details

详情----------Details----------

For many different computations, especially method dispatch, an algorithm for specifying a linear order of the class inheritance tree is needed. All object oriented programming languages support the computation of a linearization.  Local precedence order (LPO) uses the order of the direct superclasses, given in the class definition, in computing the linearization, with earlier superclasses considered more specific than later ones.  If there are no duplicate class labels in the hierarchy then this is then simply a bread-first search of the superclass definitions. But when one or more classes are inherited from different superclasses this definition becomes more complicated, and can in fact not be satisfied.
对于许多不同的计算,尤其是方法调度,指定一个类的继承树的线性顺序的算法是必要的。所有面向对象编程语言支持的线性计算。当地的优先顺序(LPO)的使用的直接超类的顺序,在类定义中,在计算线性与早先认为比后来者更具体的父。如果没有重复的类层次结构中的标签,那么这只是一个超类定义的面包优先搜索。但是,当一个或多个类继承自这个定义变得更加复杂,不同的父,其实可以在不能满足。


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

A vector with the class linearization, the.
一类线性向量,。


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


R. Gentleman



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



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


setClass("object")
setClass("grid-layout", contains="object")
setClass("horizontal-grid", contains="grid-layout")
setClass("vertical-grid", contains="grid-layout")
setClass("hv-grid", contains=c("horizontal-grid", "vertical-grid"))
LPO("hv-grid")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-31 10:37 , Processed in 0.029693 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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