python-modularity-maximization icon indicating copy to clipboard operation
python-modularity-maximization copied to clipboard

Python implementation of Newman's spectral methods to maximize modularity.

Results 3 python-modularity-maximization issues
Sort by recently updated
recently updated
newest added

Hello, I have a large directed network with 12 000 nodes and 680 000 edges. Is that possible to use this algorithm in this case ? Thanks

I've modified the code to work with edge weights; checked the results of Q by-hand and everything checks out.

I want to use your implementation of paper titled "Newman, M. E. J. (2006). Modularity and community structure in networks. Proceedings of the National Academy of Sciences of the United...

enhancement