Louvain Clustering

From visone manual
Revision as of 13:42, 12 March 2015 by Nocaj (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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