Wednesday, May 8, 2019

Getting Started With NetworKit

NetworkX is unable to handle large networks, with nodes ~100k.
So, let's see if other modules/packages can help me out. I turn to NetworKit.
For future me, this is how I set it up on my system:

1. Got CMake from here.
2. conda config --append channels conda-forge
3. conda install -c vgauthier networkit

Next, go here for an intro.
What I basically need is to find number of connected components. Check here for functions related to this.

No comments:

Post a Comment