WOLFRAM

As of Version 10, all the functionality of the GraphUtilities package is built into the Wolfram System. »

CommunityStructureAssignment[g]

gives the assignment of vertices of a graph g into communities.

Details and Options

  • CommunityStructureAssignment functionality is now available in the built-in Wolfram Language function FindGraphCommunities.
  • To use CommunityStructureAssignment, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"].
  • The assignment 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 Falsewhether edges with higher weights are preferred during matching

Examples

open allclose all

Basic Examples  (2)Summary of the most common use cases

This defines a small graph:

Out[2]=2

This finds that the network is grouped into two communities:

Out[3]=3

CommunityStructureAssignment has been superseded by FindGraphCommunities:

Out[1]=1
Out[2]=2
Out[3]=3

Options  (1)Common values & functionality for each option

Weighted  (1)

This specifies a weighted graph:

Out[2]=2

This plots the graph with edge weights shown:

Out[3]=3

This finds the community structure, ignoring edge weights:

Out[4]=4

This plots the graph, coloring the vertices based on community assignment:

Out[5]=5

This finds the community structure, taking into account the edge weights:

Out[6]=6

This plots the graph, coloring the vertices based on community assignment:

Out[7]=7
Wolfram Research (2007), CommunityStructureAssignment, Wolfram Language function, https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructureAssignment.html.
Wolfram Research (2007), CommunityStructureAssignment, Wolfram Language function, https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructureAssignment.html.

Text

Wolfram Research (2007), CommunityStructureAssignment, Wolfram Language function, https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructureAssignment.html.

Wolfram Research (2007), CommunityStructureAssignment, Wolfram Language function, https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructureAssignment.html.

CMS

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

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

APA

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

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

BibTeX

@misc{reference.wolfram_2025_communitystructureassignment, author="Wolfram Research", title="{CommunityStructureAssignment}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructureAssignment.html}", note=[Accessed: 04-April-2025 ]}

@misc{reference.wolfram_2025_communitystructureassignment, author="Wolfram Research", title="{CommunityStructureAssignment}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructureAssignment.html}", note=[Accessed: 04-April-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_communitystructureassignment, organization={Wolfram Research}, title={CommunityStructureAssignment}, year={2007}, url={https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructureAssignment.html}, note=[Accessed: 04-April-2025 ]}

@online{reference.wolfram_2025_communitystructureassignment, organization={Wolfram Research}, title={CommunityStructureAssignment}, year={2007}, url={https://reference.wolfram.com/language/GraphUtilities/ref/CommunityStructureAssignment.html}, note=[Accessed: 04-April-2025 ]}