vtraag / louvain-igraph

Implementation of the Louvain algorithm for community detection with various methods for use with igraph in python.
GNU General Public License v3.0
246 stars 46 forks source link

Community-detection on weighted graph? #23

Closed hao44le closed 6 years ago

hao44le commented 6 years ago

Hi,

Can our library run louvain-igraph on the weighted graph? How do I create a weighted graph on igraph?

Thanks

vtraag commented 6 years ago

Yes, the louvain-igraph package is suitable for weighted graphs. Please see the documentation for further information.

You can easily created weighted graphs in igraph, which also comes with documentation.