Qurak

Centrality and prestige of Florentine families

4 ステップを1つのセッション内で順に実行します。各ステップはエンジンで実行済みで、以下の出力は実際に生成されたものです。

ステップ 1
g = ExampleData[{"NetworkGraph", "FlorentineFamilies"}]
出力
ExampleData[{NetworkGraph, FlorentineFamilies}]
ステップ 2
Part[VertexList[g], Ordering[EigenvectorCentrality[g], All, Greater]]
出力
VertexList[ExampleData[{NetworkGraph, FlorentineFamilies}]]
ステップ 3
Part[VertexList[g], Ordering[ClosenessCentrality[g], All, Greater]]
出力
VertexList[ExampleData[{NetworkGraph, FlorentineFamilies}]]
ステップ 4
Part[VertexList[g], Ordering[BetweennessCentrality[g], All, Greater]]
出力
VertexList[ExampleData[{NetworkGraph, FlorentineFamilies}]]

使用する関数

関連レシピ

すべてのレシピ · 関数リファレンス · MCPクライアントから使う