Expand description
PageRank algorithm via aprender sparse matrix operations
Based on Page et al. (1999) “The PageRank Citation Ranking: Bringing Order to the Web”
Implementation uses power iteration via aprender’s sparse matrix multiplication.
Functions§
- pagerank
- Compute
PageRankscores for all nodes in the graph