wlwardiary / cable2graph

WikiLeaks Cablegate Reference Network Visualization : cables.csv to graph to svg/html5
https://dataporn.tumblr.com
29 stars 3 forks source link

stable community detection #21

Open wlwardiary opened 11 years ago

wlwardiary commented 11 years ago

c2g.py currently uses Graph.community_multilevel by Blondel et al, to split the giant cluster into smaller communities.

It might be useful to run different algorithms and compare the results.

wlwardiary commented 11 years ago

the following functions work reasonable fast: