What are the differences between community detection algorithms in igraph?

后端 未结 2 1588
深忆病人
深忆病人 2020-11-28 17:08

I have a list of about 100 igraph objects with a typical object having about 700 vertices and 3500 edges.

I would like to identify groups of vertices within which ti

2条回答
  •  北荒
    北荒 (楼主)
    2020-11-28 17:46

    A summary of the different community detection algorithms can be found here: http://www.r-bloggers.com/summary-of-community-detection-algorithms-in-igraph-0-6/

    Notably, the InfoMAP algorithm is a recent newcomer that could be useful (it supports directed graphs too).

提交回复
热议问题