Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Graph Utilities Package >

PageRankVector

PageRankVector[g]
returns the page rank of the graph g.
  • The following options can be given:
ToleranceAutomaticthe tolerance that should be allowed in computing results
TeleportProbability0.15the probability that an internet user may choose to visit a vertex at random instead of choosing an out-link
RemoveSinksTruewhether sinks (a sink is a vertex with no outer links) are removed by linking with all vertices
  • PageRankVector calculates the page rank of nodes in a directed graph and returns them as a vector. The ordering of the vector is the same as that of VertexList.
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team