GraphUtilities`
GraphUtilities`

PageRankVector

バージョン10で,GraphUtilitiesパッケージの機能すべてがWolframシステムに組み込まれた. »

PageRankVector[g]

グラフ g のページランクを返す.

詳細とオプション

  • PageRankVectorの機能はWolfram言語の組込み関数PageRankCentralityで利用できるようになった.
  • PageRankVectorを使うためには,まずグラフユーティリティパッケージをロードしなくてはならない.それにはNeeds["GraphUtilities`"]を実行する必要がある.
  • 次のオプションを使うことができる:
  • ToleranceAutomatic結果の計算において許される許容誤差
    TeleportProbability0.15インターネットユーザが出リンクを選ぶ代りに,無作為に頂点を訪れることを選ぶ確率
    RemoveSinksTrueすべての頂点をリンクすることによりシンク(シンクとは外部へのリンクを持たない頂点)を削除するかどうか
  • PageRankVectorは有向グラフのノードのページランクを計算し,ベクトルとして返す.ベクトルの順序はVertexListと同じである.

例題

  (2)

Webページの小さいネットワークである:

ページランクを計算する:

PageRankVectorの代わりにPageRankCentralityが使われるようになった:

Wolfram Research (2007), PageRankVector, Wolfram言語関数, https://reference.wolfram.com/language/GraphUtilities/ref/PageRankVector.html.

テキスト

Wolfram Research (2007), PageRankVector, Wolfram言語関数, https://reference.wolfram.com/language/GraphUtilities/ref/PageRankVector.html.

CMS

Wolfram Language. 2007. "PageRankVector." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GraphUtilities/ref/PageRankVector.html.

APA

Wolfram Language. (2007). PageRankVector. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GraphUtilities/ref/PageRankVector.html

BibTeX

@misc{reference.wolfram_2024_pagerankvector, author="Wolfram Research", title="{PageRankVector}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GraphUtilities/ref/PageRankVector.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_pagerankvector, organization={Wolfram Research}, title={PageRankVector}, year={2007}, url={https://reference.wolfram.com/language/GraphUtilities/ref/PageRankVector.html}, note=[Accessed: 18-November-2024 ]}