Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 396 Bytes

File metadata and controls

11 lines (5 loc) · 396 Bytes

Computing an approximation of the personalized Pagerank with the Pregel GraphX API

The computation of the personalized Pagerank vectors are based on the method explained in this article :

http://www.leonidzhukov.net/hse/2015/networks/papers/andersen06localgraph.pdf

This repository is hosting the code of the implementation described in my blog article :

TODO : put link of the article