Skip to content

swapnilhande/pagerank

Repository files navigation

PageRank

PageRankTest2Sink

Test the PageRank algorithm to the given example but having two sink nodes G and H, for iterations 1,10,100.

PageRankTestNoSink

Test the PageRank algorithm to the given example but having no sink nodes for iterations 1,10,100.

PageRankWt2gPerplexity

Test the PageRank algorithm till convergence of perplexity values.

PageRankWt2gPRSorted

Get the pages with maximum PageRank sorted.

PageRankInlinksSorted

Get the pages with maximum inlinks count.


  • Output: PageRank values of vertices after the iteration.
  • Input: Takes the "Test_Inlinks_2_Sink.txt" input file having link association.
  • Pre-conditions: Input and code files have to be in the same folder.

Releases

No releases published

Packages

No packages published

Languages