This repository contains the code for Graph Diffusion Reclassification (GDR), written by Robert Peach and Alexis Arnaudon.
To install it, one needs
- python3
- scipy/numpy/matplotlib
- networkx
- sklearn
To install it, simply run
python setup.py install
To run it, do
python run.py <dataset>
where dataset is either: cora, citeseer, pubmed, wikipedia or cora-d (for directed cora).