graph-sparsifier 0.1.0

A graph sparsifier based on an approximated PageRank algorithm.
Documentation
1
2
3
4
5
6
7
8
# A Graph Sparsifier

This is a graph sparsifier, which splits an undirected graph into high cohesion, low coupling components.
It is based on an approximated PageRank algorithm introduced in

> Detecting sharp drops in PageRank and a simplified local partitioning algorithm
> by Reid Andersen and Fan Chung