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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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