views:

133

answers:

2

Hello,

I am interested in running Newman's modularity clustering algorithm on a large graph. If you can point me to a library (or R package, etc) that implements it I would be most grateful.

best ~lara

+1  A: 

For those interested in answer: http://stats.stackexchange.com/questions/1915/newmans-modularity-clustering-for-graphs

mbq
A: 

There's a method in the excellent networkx package that returns a Newman-Watts-Strogatz small world graph. See http://goo.gl/YE4t

Richard Careaga