Wednesday, October 12, 2011

10/11/2011

One way of doing page rank is to remove all the nodes not pointing to any other pages to reduce the number of nodes to compute PR for. The page rank for these pages can then be computed based on the PR of the pages pointing to those pages. This serves as an approximation of sorts, but is still adequate in practice.
 
-James Cotter