|
SOLUTIONS
|
GRAPH UTILITIES PACKAGE SYMBOL
LinkRankMatrix
LinkRankMatrix[g]
returns the link rank of the graph g, in the form of a sparse matrix. The link rank of an edge
is defined as the PageRanks of u, divided by the outdegree of u.
DetailsDetails
- To use
, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"]. - The following options can be given:
-
Tolerance Automatic tolerance used for convergence check TeleportProbability 0.15 probability of visiting random nodes RemoveSinks True whether to remove sinks by linking them with every node - The link rank of a link from vertex i to vertex j is defined as page rank of i, as given by PageRanks[g], divided by the outdegree of i.
- The link rank reflects the probability that a random surfer follows that link.
has the same options as PageRanks.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




