Skip to content

rossanthony/sewn-pagerank

Repository files navigation

sewn-pagerank

Dangling links are simply links that point to any page with no outgoing links. They affect the model because it is not clear where their weight should be distributed, and there are a large number of them. Often these dangling links are simply pages that we have not downloaded yet.

Because dangling links do not affect the ranking of any other page directly, we simply remove them from the system until all the PageRanks are calculated. After all the PageRanks are calculated they can be added back in without affecting things significantly.

About

An implementation of PageRank in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages