===============
graph_lib
A graph library containing some useful diffusion algorithms.
Features
- Written in C++
- Extract import features like pagerank value without looking the whole graph.
- Graph is stored in CSR.
Installation
-
Install with pip::
pip install graph_lib
-
Uninstall::
pip uninstall graph_lib
-
Compile from the source code::
python setup.py install
Current Routines
- aclpagerank
- aclpagerank_weighted
- sweepcut
- MQI
- ppr_path
- proxl1PRaccel
Usage
See examples.ipynb
License
GPL version 2.
Copyright by Meng Liu, David F. Gleich, 2017-2022