Jump to content

Clustering coefficient

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cbouyio (talk | contribs) at 02:21, 12 January 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In graph theory, a clustering coefficient is a measure of degree to which nodes in a graph tend to cluster together. Evidence suggests that in most real-world networks, and in particular social networks, nodes tend to create tightly knit groups characterised by a relatively high density of ties (Holland and Leinhardt, 1971[1]; Watts and Strogatz, 1998[2]). In real-world networks, this likelihood tends to be greater than the average probability of a tie randomly established between two nodes (Holland and Leinhardt, 1971; Watts and Strogatz, 1998).

Two versions of this measure exist: the global and the local. The global version was designed to give an overall indication of the clustering in the network, whereas the local gives an indication of the embeddedness of single nodes.

The global clustering coefficient

The global clustering coefficient is based on triplets of nodes. A triplet is three nodes that are connected by either two (open triplet) or three (closed triplet) undirected ties. A triangle consists of three closed triplets, one centred on each of the nodes. The global clustering coefficient is the number of closed triplets (or 3 x triangles) over the total number of triplets (both open and closed). The first attempt to measure it was made by Luce and Perry (1949)[3]. This measure gives an indication of the clustering in the whole network (global), and can be applied to both undirected and directed networks (often called transitivity, see Wasserman and Faust, 1994, page 243[4]).

Formally, it has been defined as:

A generalisation to weighted networks was proposed by Opsahl and Panzarasa (2009)[5], and a redefinition to two-mode networks (both binary and weighted) by Opsahl (2009)[6].

Local clustering coefficient

Example local clustering coefficient on an undirected graph. The local clustering coefficient of the light blue node is computed as the proportion of connections among its neighbors which are actually realized compared with the number of all possible connections. In the figure, the light blue node has three neighbours, which can have a maximum of 3 connections among them. In the top part of the figure all three possible connections are realised (thick black segments), giving a local clustering coefficient of 1. In the middle part of the figure only one connection is realised (thick black line) and 2 connections are missing (dotted red lines), giving a local cluster coefficient of 1/3. Finally, none of the possible connections among the neighbours of the light blue node are realised, producing a local clustering coefficient value of 0.

The local clustering coefficient of a vertex in a graph quantifies how close its neighbors are to being a clique (complete graph). Duncan J. Watts and Steven Strogatz introduced the measure in 1998 to determine whether a graph is a small-world network.

A graph formally consists of a set of vertices and a set of edges between them. An edge connects vertex with vertex .

The neighbourhood N for a vertex is defined as its immediately connected neighbours as follows:

The degree of a vertex is defined as the number of vertices, , in its neighbourhood .

The local clustering coefficient for a vertex is then given by the proportion of links between the vertices within its neighbourhood divided by the number of links that could possibly exist between them. For a directed graph, is distinct from , and therefore for each neighbourhood there are links that could exist among the vertices within the neighbourhood ( is the total (in + out) degree of the vertex). Thus, the local clustering coefficient for directed graphs is given as

An undirected graph has the property that and are considered identical. Therefore, if a vertex has neighbours, edges could exist among the vertices within the neighbourhood. Thus, the local clustering coefficient for undirected graphs can be defined as

Let be the number of triangles on for undirected graph . That is, is the number of subgraphs of with 3 edges and 3 vertices, one of which is . Let be the number of triples on . That is, is the number of subgraphs (not necessarily induced) with 2 edges and 3 vertices, one of which is and such that is incident to both edges. Then we can also define the clustering coefficient as

It is simple to show that the two preceding definitions are the same, since

These measures are 1 if every neighbour connected to is also connected to every other vertex within the neighbourhood, and 0 if no vertex that is connected to connects to any other vertex that is connected to .

Network average clustering coefficient

The clustering coefficient for the whole network is given by Watts and Strogatz [2] as the average of the clustering coefficients of all the vertices  :

A graph is considered small-world, if its average local clustering coefficient is significantly higher than a random graph constructed on the same vertex set, and if the graph has a short mean-shortest path length.

A generalisation to weighted networks was proposed by Barrat et al. (2004)[7], and a redefinition to two-mode networks (both binary and weighted) by Opsahl (2009)[8].

References

  1. ^ P. W. Holland and S. Leinhardt (1998). "Transitivity in structural models of small groups". Comparative Group Studies. 2: 107–124.
  2. ^ a b D. J. Watts and Steven Strogatz (1998). "Collective dynamics of 'small-world' networks" (PDF). Nature. 393: 440–442. doi:10.1038/30918. {{cite journal}}: Unknown parameter |month= ignored (help)
  3. ^ R. D. Luce and A. D. Perry (1949). "A method of matrix analysis of group structure". Psychometrika. 14 (1): 95–116. doi:10.1007/BF02289146.
  4. ^ Stanley Wasserman, Kathrine Faust, 1994. Social Network Analysis: Methods and Applications. Cambridge: Cambridge University Press.
  5. ^ Tore Opsahl and Pietro Panzarasa (2009). "Clustering in Weighted Networks". Social Networks. 31 (2): 155–163. doi:10.1016/j.socnet.2009.02.002.
  6. ^ Tore Opsahl (2009). "Clustering in Two-mode Networks". Conference and Workshop on Two-Mode Social Analysis (Sept 30-Oct 2, 2009).
  7. ^ A. Barrat and M. Barthelemy and R. Pastor-Satorras and A. Vespignani (2004). "The architecture of complex weighted networks". Proceedings of the National Academy of Sciences. 101 (11): 3747–3752. doi:10.1073/pnas.0400087101.
  8. ^ Tore Opsahl (2009). "Clustering in Two-mode Networks". Conference and Workshop on Two-Mode Social Analysis (Sept 30-Oct 2, 2009).