Package pagerank implements the weighted PageRank algorithm.
WeightedPageRank
01 Syntax
Microsoft.VisualBasic.Data.GraphTheory.Analysis.PageRank.WeightedPageRank
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Rank | 1 | Package pagerank implements the weighted PageRank algorithm. |
03 Members
Package pagerank implements the weighted PageRank algorithm.
Rank computes the PageRank of every node in the directed graph. This method will run as many iterations as needed, until the graph converges.
Parameters
| Name | Type | Description |
|---|---|---|
a# | WeightedPRGraph | (alpha) Is the damping factor, usually set to 0.85. |
e# | Double | (epsilon) Is the convergence criteria, usually set to a tiny value. |