CommunityStructurePartition[g]
gives the partition of a graph g into communities.
CommunityStructurePartition
CommunityStructurePartition[g]
gives the partition of a graph g into communities.
更多信息和选项
- CommunityStructurePartition functionality is now available in the built-in Wolfram Language function FindGraphCommunities.
- To use CommunityStructurePartition, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"].
- The partition groups the vertices into communities, such that there is a higher density of edges within communities than between them.
- The following option can be given:
-
Weighted False whether edges with higher weights are preferred during matching
范例
打开所有单元 关闭所有单元基本范例 (2)
This finds that the network is grouped into two communities:
CommunityStructurePartition has been superseded by FindGraphCommunities:
相关指南
-
▪
- Graph Utilities Package ▪
- Graphs & Networks ▪
- Graph Visualization ▪
- Computation on Graphs ▪
- Graph Construction & Representation ▪
- Graphs and Matrices ▪
- Graph Properties & Measurements ▪
- Graph Operations and Modifications ▪
- Statistical Analysis ▪
- Social Network Analysis ▪
- Graph Properties ▪
- Mathematical Data Formats ▪
- Discrete Mathematics
文本
Wolfram Research (2007),CommunityStructurePartition,Wolfram 语言函数,https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructurePartition.html.
CMS
Wolfram 语言. 2007. "CommunityStructurePartition." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructurePartition.html.
APA
Wolfram 语言. (2007). CommunityStructurePartition. Wolfram 语言与系统参考资料中心. 追溯自 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: 28-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: 28-April-2026]}