|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FindGraphCommunities
FindGraphCommunities[g]
finds communities in the graph g.
Details and OptionsDetails and Options
- FindGraphCommunities finds communities with many edges joining vertices of the same community and comparatively few edges joining vertices of different communities.
- FindGraphCommunities returns a list of communities
, where each community
is a list of vertices. - The communities are ordered by their length, with the largest community first.
- FindGraphCommunities supports a Method option that specifies the detailed method to use.
- Possible settings for the Method option include:
-
"Modularity" modularity-based clustering "Centrality" centrality-based clustering "CliquePercolation" clique percolation-based clustering "Hierarchical" hierarchical-based clustering "Spectral" spectral-based clustering
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


