closest.transitive.greedy(nem)
closest.transitive.greedy()所属R语言包:nem
Find transitively closed graph most similar to the given one
查找传递封闭的图给定的最相似
译者:生物统计家园网 机器人LoveR
描述----------Description----------
First, from the original graph Φ spurious edges are pruned via prune.graph. Then the new graph Φ' is transitively closed. Afterwards, the algorithms successively introduces new edges minimizing the distance to the original graph (defined as ∑_{ij} |Φ_{ij} - Φ'_{ij}|) most. After each edge addition the graph is transitively closed again.
首先,从原来的图Φ杂散边缘被修剪通过prune.graph。然后新的图Φ'传递被关闭。事后,该算法先后引进新的优势,最大限度地减少距离的原始图最(定义为∑_{ij} |Φ_{ij} - Φ'_{ij}|)。后每个边缘此外,图传递再次关闭。
用法----------Usage----------
closest.transitive.greedy(Phi, verbose=TRUE)
参数----------Arguments----------
参数:Phi
adjacency matrix
邻接矩阵
参数:verbose
do you want to see progress statements printed or not? Default: TRUE
你希望看到的进展报表打印或不?默认:true
值----------Value----------
adjacency matrix
邻接矩阵
作者(S)----------Author(s)----------
Holger Froehlich
参见----------See Also----------
prune.graph, transitive.closure, transitive.reduction
prune.graph,transitive.closure,transitive.reduction
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|