rootedDAG-class(ontoTools)
rootedDAG-class()所属R语言包:ontoTools
Class "rootedDAG"
类“rootedDAG”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
wraps a graph that can be
包装图可以
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("rootedDAG", ...). Does not extend graph but probably should.
创建对象可以通过检测的形式new("rootedDAG", ...)。不延伸图,但可能应。
插槽----------Slots----------
root: Object of class "character" name of root
类root根名称"character":对象
DAG: Object of class "graph" DAG
DAG:Object类的"graph"的DAG
方法----------Methods----------
DAG signature(x = "rootedDAG"): extract the graph
DAG的signature(x = "rootedDAG"):提取图
getMatrix signature(g = "rootedDAG", type = "character", mode = "character"): Currently only 'child2parent' can be used for type, meaning that row corresponds to child, column corresponds to ancestor and mat[row,column] is 1 if node corresponding to row is a child of node corresponding to ancestor. Type can be 'sparse' (return sparse representation)
getMatrixsignature(g = "rootedDAG", type = "character", mode = "character"):,目前只有child2parent“可用于类型,这意味着该行对应到孩子,列对应的祖先和垫[行,列]为1行相应的,如果节点是孩子对应的节点祖先。类型可以是“疏”(返回稀疏表示)
root signature(x = "rootedDAG"): extract name of root
根signature(x = "rootedDAG"):根提取物的名称
作者(S)----------Author(s)----------
VJ Carey <stvjc@channing.harvard.edu>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|