Two software for community detection: igraph and CFinder.
igraph includes several algorithms for community detection. I just tried to use two of them, igraph_community__edge_betweenness, and igraph_community_fastgreedy, which are based on edge betweenness and modularity, respectively.
CFinder is designed for Clique Percolation Method(CPM). It's very easy to use.
No comments:
Post a Comment