bachtn / vlg-louvain-communities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vlg-louvain-communities

In this project, we generate very large Caveman graphs and determine the time of community detections

To run the project:

./configure

or

./script.sh --nbr_graphs=100 --cave_size_start=5000 --nbr_caves_start=5100 --cave_size_step=50 --nbr_caves_step=50

  • This will generates 100 * 100 graph with all the combinations between the nbr caves and the cave size

Documentation

The project documentation is in the folder docs

About

License:GNU General Public License v3.0


Languages

Language:C++ 87.2%Language:Shell 6.3%Language:CMake 3.4%Language:Jupyter Notebook 3.1%