main_compute_events

This module is a script which compute events using one mask algorithm or ICEM.

Compute events using either sankey files or membership commlist files based on given mask. Only ICEM uses commlist files, in such case evolving communities can still be retrieved by providing the communities graph (using –sankey argument).

python main_compute_events.py INPUT OUTPUT [--algo ALGO]
    [--community ID1 [--community ID2 [ ... ]]] [OPTIONS]

INPUT is input tcommlist file. OUTPUT is output .csv file.

Inputs:
* --algo ALGO                 ALGO defines the algorithm to use (default: baseline)
* --community ID              ID of a community to extract (can be set multiple times)

Options:
* --alpha ALPHA               set ratio of common members to consider punctual
                              communities as similar (ICEM only)
* --beta BETA                 set ratio of common members to consider punctual
                              communities as very similar (ICEM only)
* -l, --log                   activate logger INFO level
* -d, --debug                 activate logger DEBUG level (takes precedence over -l option)