Description:
->Calculates Hubs and Authority values and PageRank values based on the input graph, iteration and initial value.
->Iteration value -1 to -6 define the error rate as 10^-1 to 10^-6 respectively which means that the calculations stop
after the error rate reaches upto the precision specified.
->Iteration value greater than 0 define the number of iteration.
->Initial value of -1 and -2 initializes the starting values as 1/N and 1/sqrt(N) respectively where N is the number of webpages
->Initial value of 0 or 1 initializes the starting values as 0 or 1.
->The code is documented for reference.
-
Notifications
You must be signed in to change notification settings - Fork 0
PhoenixDD/Hits_GooglePageRank
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Calculates Hubs and Authority and PageRank values.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published