R:igraph:测试多个社区的质量

时间:2014-02-04 18:00:03

标签: r igraph modularity

在igraph 0.6.6中,在使用infomap算法找到社区后,返回一组社区(见下文),我想知道我如何能够单独对它们进行限定。随社区对象返回的模块性是最模块化的分区。如何计算所有这些模块的模块性?更好的是,报告并订购顶级n个最佳社区?

comms <- infomap.community(g, e.weights=normed_edge_weights,
                              v.weights=normed_node_freqs,
                              modularity=T, nb.trials=30)
modularity <- modularity(comms)

0 个答案:

没有答案