You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of the #54: create an internal library for community detection.
Small internal library in Python (a function or class) for community detection using IGraph, based on the algorithm from graph.py#detect_communities().
Should include a very basic tests (but not really testing IGraph implementation itself).
The text was updated successfully, but these errors were encountered:
Part of the #54: create an internal library for community detection.
Small internal library in Python (a function or class) for community detection using IGraph, based on the algorithm from graph.py#detect_communities().
Should include a very basic tests (but not really testing IGraph implementation itself).
The text was updated successfully, but these errors were encountered: