Skip to content

A fast algorithm to find communities in large network

Notifications You must be signed in to change notification settings

qq547276542/Louvain

Repository files navigation

Louvain

A fast algorithm to find communities in large network

Blondel V D, Guillaume J L, Lambiotte R, et al. Fast unfolding of communities in large networks[J]. Journal of Statistical Mechanics, 2008, 2008(10):155-168.

Time complexity:O(E)

Space complexity:O(E)

Input data:

testdata.txt

image

facebook_combined.txt (4000 nodes, 80000 edges)

image

About

A fast algorithm to find communities in large network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages