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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|