Reputation: 305
I have a web graph with six nodes (P1, P2, P3, P4, P5, and P6) and 10 edges connecting them. I am trying to calculate the personalized PageRank for each node for the first two iterations in the graph. The personalized PageRank is computed based on a specific source node, in this case, P3.
In personalized PageRank:
Could anyone assist me in calculating personalized PageRank for a web graph?
Upvotes: 0
Views: 40