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
A random linear-time graph partitioning algorithm inspired from label propagation method. Implementation is provided in both Python as well Julia language.
Dependencies
Python
networkx: pip install networkx
Julia
LightGraphs
GraphIO
StatsBase
About
A random graph partitioning algorithm inspired from label propagation method