zhiyzuo / python-modularity-maximization

Python implementation of Newman's spectral methods to maximize modularity.
MIT License
45 stars 25 forks source link

Large Network #6

Open jackobenco016 opened 2 years ago

jackobenco016 commented 2 years ago

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