community_detection

This module detect communities from members’ graphs.

This script generates a commlist files from a member graph edgelists in csv format.

python community_detection.py FILE OUTPUT ALGO [OPTIONS]

FILE is the graph edgelist file. OUTPUT is the output directory. ALGO the community detection algorithm.

Algo:
* community_multilevel
* community_infomap
* community_walktrap

Options:
* -l, --log     activate logger INFO level
* -d, --debug   activate logger DEBUG level (takes precedence over -l option)

This script generates the corresponding commlist file in OUTPUT directory.