|
SOLUTIONS
|
GRAPH UTILITIES 程序包 符号
CommunityStructureAssignment
CommunityStructureAssignment[g]
gives the assignment of vertices of a graph g into communities.
更多信息更多信息
- To use
, 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 False whether edges with higher weights are preferred during matching
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



