Louvain Clustering: Difference between revisions

From visone manual
Jump to navigation Jump to search
(Created page with "=Louvain Clustering= === Method === Starting with a state where each node is a singleton cluster, it greedily merges two clusters if the modularity score gets higher. === Comple...")
(No difference)

Revision as of 13:42, 12 March 2015

Louvain Clustering

Method

Starting with a state where each node is a singleton cluster, it greedily merges two clusters if the modularity score gets higher.

Complexity

The algorithms scales well for large graphs

References