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

link|improve this question

74% accept rate
You may also try on stats.stackexchange.com . – mbq Aug 19 '10 at 15:57
@mbq: cool, many thanks. i will try that. :) – laramichaels Aug 19 '10 at 16:04
Seems it worked ;-) – mbq Aug 19 '10 at 20:17
feedback

2 Answers

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

link|improve this answer
feedback

There's a method in the excellent networkx package that returns a Newman-Watts-Strogatz small world graph.

link|improve this answer
the question was to cluster a graph, not to generate it - which is what that function does – lynxoid Sep 21 '11 at 22:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.