GraphTheory
PageRankCentrality
compute PageRank centrality
Calling Sequence
Parameters
Description
Examples
Compatibility
PageRankCentrality(G, alpha, )
PageRankCentrality(G, alpha, v)
G
-
graph
alpha
real constant
v
(optional) a vertex of G
PageRankCentrality returns the PageRank centrality for a specified vertex in the given graph G, or if no vertex is specified, returns a list of the PageRank centralities for each vertex in G.
PageRank centrality computes the relative influence of a vertex within a network by counting the number of immediate neighbors and the total number of reachable vertices. Connections to distant vertices are penalized by an attenuation factor alpha.
Compute the PageRank centrality for a specified graph.
The GraphTheory[PageRankCentrality] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
BetweennessCentrality
ClosenessCentrality
DegreeCentrality
EigenvectorCentrality
HarmonicCentrality
InformationCentrality
KatzCentrality
Download Help Document