CommunityStructurePartition[g]
グラフ g のコミュニティへの分割を返す.
CommunityStructurePartition
CommunityStructurePartition[g]
グラフ g のコミュニティへの分割を返す.
詳細とオプション
- CommunityStructurePartitionの機能はWolfram言語の組込み関数FindGraphCommunities.で利用できるようになった.
- CommunityStructurePartitionを使うためには,まずグラフユーティリティパッケージをロードしなくてはならない.それにはNeeds["GraphUtilities`"]を実行する必要がある.
- この分割では,密度の高い辺がコミュニティ間ではなく,コミュニティ内に存在するよう,頂点をコミュニティにグループ分けする.
- 次のオプションを使うことができる:
-
Weighted False マッチングの際に,重みの大きい辺を優先するかどうか
例題
すべて開く すべて閉じる例 (2)
ネットワークが2つのコミュニティにグループ分けされることが分かる:
CommunityStructurePartitionの代わりにFindGraphCommunitiesが使われるようになった:
テクニカルノート
関連するガイド
-
▪
- グラフユーティリティパッケージ ▪
- グラフとネットワーク ▪
- グラフの可視化 ▪
- グラフ上の計算 ▪
- グラフの構築と表現 ▪
- グラフと行列 ▪
- グラフの特性と測定 ▪
- グラフの操作と変更 ▪
- ランダムグラフ ▪
- ソーシャルネットワーク分析 ▪
- グラフの特性 ▪
- 数学データ形式 ▪
- 離散数学
テキスト
Wolfram Research (2007), CommunityStructurePartition, Wolfram言語関数, https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructurePartition.html.
CMS
Wolfram Language. 2007. "CommunityStructurePartition." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructurePartition.html.
APA
Wolfram Language. (2007). CommunityStructurePartition. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructurePartition.html
BibTeX
@misc{reference.wolfram_2025_communitystructurepartition, author="Wolfram Research", title="{CommunityStructurePartition}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructurePartition.html}", note=[Accessed: 14-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_communitystructurepartition, organization={Wolfram Research}, title={CommunityStructurePartition}, year={2007}, url={https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructurePartition.html}, note=[Accessed: 14-April-2026]}