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

R语言 graph包 clusterGraph-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 21:06:54 | 显示全部楼层 |阅读模式
clusterGraph-class(graph)
clusterGraph-class()所属R语言包:graph

                                        Class "clusterGraph"
                                         类“clusterGraph”

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

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

A cluster graph is a special sort of graph for clustered data. Each cluster forms a completely connected subgraph. Three are no
聚类图是一个特殊的排序为聚类数据图。每个聚类,形成了一个完全连通子图。三是没有


类的对象----------Objects from the Class----------

Objects can be created by calls of the form new("clusterGraph", ...).
创建对象可以通过检测的形式new("clusterGraph", ...)。


插槽----------Slots----------




clusters: Object of class "list" a list of the
clusters类"list"一个列表对象


延伸----------Extends----------

Class "graph", directly.
类"graph",直接。


方法----------Methods----------




connComp signature(object = "clusterGraph"): find the
connCompsignature(object = "clusterGraph"):找到




acc signature(object = "clusterGraph"): find the
ACCsignature(object = "clusterGraph"):找到




adj signature(object = "clusterGraph"): find the
形容词signature(object = "clusterGraph"):找到




nodes signature(object = "clusterGraph"): return the
节点signature(object = "clusterGraph"):返回




nodes<- signature(object="clusterGraph", value="character"):
节点< - signature(object="clusterGraph", value="character")




numNodes signature(object = "clusterGraph"): return
numNodessignature(object = "clusterGraph"):返回




edgeWeights Return a list of edge weights in a list format
edgeWeights返回列表格式的边权重列表




edgeL signature(graph = "clusterGraph"): A method for
edgeLsignature(graph = "clusterGraph")方法:




coerce signature(from = "clusterGraph", to =     "matrix"): Convert the clusterGraph to an adjacency matrix.  Currently, weights are ignored.  The conversion assumes
强制signature(from = "clusterGraph", to =     "matrix")转换clusterGraph邻接矩阵。目前,权重被忽略。转换假定


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


R. Gentleman



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

graph-class, distGraph-class
graph-class,distGraph-class


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


  cG1 <- new("clusterGraph", clusters=list(a=c(1,2,3), b=c(4,5,6)))
  cG1
  acc(cG1, c("1", "2"))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-6 15:46 , Processed in 0.027944 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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