GraphUtilities`
GraphUtilities`

ClosenessCentrality

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

ClosenessCentrality[g]

近接中心性を見付ける.

詳細とオプション

  • ClosenessCentralityの機能はWolfram言語の組込み関数ClosenessCentralityで利用できるようになった.
  • ClosenessCentralityを使うためには,まずグラフユーティリティパッケージをロードしなくてはならない.それにはNeeds["GraphUtilities`"]を実行する必要がある.
  • 頂点 u の近接中心性は,u から他のすべての頂点への距離の和の逆数として定義される.非連結グラフでの頂点の近接中心性は,この頂点が属している要素の近接中心性に基づく.
  • 次のオプションを使うことができる:
  • Weighted True距離の計算で辺の重みを使うかどうか
    NormalizeFalse出力を正規化するかどうか

例題

すべて開くすべて閉じる

  (2)

これで小さいグラフを定義する:

近接中心性を計算する:

この関数の代わりにWolframシステムのClosenessCentralityが使われるようになった:

スコープ  (1)

以下で非連結グラフを定義し,近接中心性を見付ける:

オプション  (1)

Weighted  (1)

以下で辺の重みを持つグラフを定義する:

デフォルトでは辺の重みが考慮に入れられる:

辺の重みが1と想定される場合,近接中心性を与える:

アプリケーション  (1)

中心性の高い頂点を赤にした格子グラフのプロット:

特性と関係  (1)

この要素の中のほかのすべての頂点に届かない頂点の中心性はゼロである

非連結グラフの中心性は,各要素を別々に扱うことにより計算される.

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

テキスト

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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