Girvan–Newman algorithm: Difference between revisions

Content deleted Content added
eponyms
fix communities link
Line 1:
The '''Girvan–Newman algorithm''' (named after Michelle Girvan and Mark Newman) is one of the methods used to detect [[Community_structure | communities]] in [[complex system]]s.<ref name=newman>Girvan M. and Newman M. E. J., [http://dx.doi.org/10.1073/pnas.122653799 Community structure in social and biological networks], Proc. Natl. Acad. Sci. USA '''99''', 7821–7826 (2002)</ref> The notion of a "community structure" is related to that of clustering, though it isn't quite the same. A community consists of a subset of nodes within which the node-node connections are dense, and the edges to nodes in other communities are less dense.<ref name=newman/> There are numerous alternative method for detecting communities in networks. These include [[Hierarchical Clustering | hierarchical clustering]], partitioning graphs to maximize [[quality function]]s such as [[Modularity (networks)|network modularity]], [[clique percolation method|''k''-clique percolation]], etc.
 
== Edge betweenness and community structure ==