Demonstration of community detection in large interaction networks for a course assignment.
git clone git@github.com:Ophiase/HomeWork-3-Large-Network-IFECY070.git
cd HomeWork-3-Large-Network-IFECY070
pip install -r requirements.txt
# demonstrations
make demo_distribution
make demo_generation
make demo_community_identification
make benchmark
# unit tests
make tests
make tests_verbose