python – 如何在igraph中运行louvain社区检测算法?

有人可以请给我一个简单的例子,说明如何使用python接口在igraph中运行louvain社区检测算法.有文件吗?

谢谢!

解决方法:

它被称为multilevel.community.

根据https://bugs.launchpad.net/igraph/+bug/925038 …这个功能确实存在它只是被称为igraph_community_multilevel

如果你在github存储库中查找igraph

https://github.com/igraph/igraph/blob/master/src/community.c

igraph_community_multilevel确实存在并且用C语言编写.我不是100%肯定这是你想要的算法,但它可能是.

This is great news! Thanks!
Is this functionality exported into R?
Why does the function bear a generic name (igraph_community_multilevel)
instead of the name which the authors gave is (“louvain method”)?
Using the name “louvain” would make it easier for the users to find the function!

上一篇:用于创建和可视化HyperGraph的Python库


下一篇:Python igraph顶点索引