GraphCenter

GraphCenter[g]

グラフ g の最小離心率を持つ頂点集合を与える.

GraphCenter[{vw,}]

規則 vw を使ってグラフ g を指定する.

詳細とオプション

  • GraphCenterはジョルダン中心(Jordan center)としても知られている.
  • 使用可能なオプション
  • EdgeWeightAutomatic各辺の重み
    MethodAutomatic使用するメソッド
  • Methodの可能な設定値には,"Dijkstra""FloydWarshall""Johnson"がある.

例題

すべて開くすべて閉じる

  (1)

グラフの中心を与える:

中心をハイライトする:

スコープ  (7)

GraphCenterは無向グラフに使うことができる:

有向グラフ:

重み付きグラフ:

多重グラフ:

混合グラフ:

規則を使ってグラフを指定する:

大きいグラフにも使える:

アプリケーション  (1)

家族の集まりに参加した人々:

Subsetsを使って家族のすべてのメンバーの間に辺を作る:

結果のソーシャルグラフ:

この集まりですべての人に最も強く結びついている人を捜す:

特性と関係  (7)

連結グラフについては,VertexEccentricityを使ってグラフの中心を求めることができる:

CompleteGraphでは,すべての頂点が中心にある:

正の重みがあるPathGraphでは,中心となる頂点は1つか2つのどちらかである:

CycleGraphでは,すべての頂点が中心にある:

サイズが5以上のWheelGraphでは,ハブがグラフの中心である:

GridGraphでは,中心がすべての次元が1か2の格子を作る:

CompleteKaryTreeでは,根頂点が中心である:

Wolfram Research (2010), GraphCenter, Wolfram言語関数, https://reference.wolfram.com/language/ref/GraphCenter.html (2015年に更新).

テキスト

Wolfram Research (2010), GraphCenter, Wolfram言語関数, https://reference.wolfram.com/language/ref/GraphCenter.html (2015年に更新).

CMS

Wolfram Language. 2010. "GraphCenter." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/GraphCenter.html.

APA

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

BibTeX

@misc{reference.wolfram_2024_graphcenter, author="Wolfram Research", title="{GraphCenter}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/GraphCenter.html}", note=[Accessed: 15-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_graphcenter, organization={Wolfram Research}, title={GraphCenter}, year={2015}, url={https://reference.wolfram.com/language/ref/GraphCenter.html}, note=[Accessed: 15-November-2024 ]}