RLP
A random graph partitioning algorithm inspired from label propagation method
Install / Use
/learn @aadimator/RLPREADME
RLP: Random Label Propagation Graph Partitioning
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
