igraph / python-igraph

Python interface for igraph
GNU General Public License v2.0
1.3k stars 248 forks source link

Request for adding "cluster_louvain" from R version to Python version #80

Closed Kuu6 closed 8 years ago

Kuu6 commented 8 years ago

It could be useful to have the method cluster_louvain also in the Python version.

Thanks!

ntamas commented 8 years ago

It's there but it's called community_multilevel().

Kuu6 commented 8 years ago

Thanks @ntamas , I couldn't find it. Cheers!

harryprince commented 6 years ago

@Kuu6 it isigraph::multilevel.community() in R