GraphZoom
GraphZoom copied to clipboard
Is it feasible to be able to implement coarsening in python, thanks!
Hi,
For the original sampling algorithm used in our paper, it is based on a numerical solver (LAMG) implemented in Matlab. With that said, we also provide a simplified coarsening algorithm implemented in Python. You can try the default argument to run it: https://github.com/cornell-zhang/GraphZoom/blob/5156f86fa22efa853e864553de4225a9122d8062/graphzoom/graphzoom.py#L58C32-L58C40