0
4.4kviews
How is page rank iteration done using map reduce.
1 Answer
| written 9.5 years ago by |
One iteration of the PageRank algorithm involves taking an estimated PageRank vector v and computing the next estimate v ′ by

Where,
β is a constant slightly less than 1
e is a vector of all 1’s
n is the number of nodes in the graph that transition matrix M …