Science Fair Project Encyclopedia
Clustering coefficient
Watts and Strogatz (1998) introduce the clustering coefficient graph measure to determine whether or not a graph is a small-world network.
First, let us define a graph in terms of a set of n vertices V = v1,v2,...vn and a set of edges E, where eij denotes an edge between vertices vi and vj. Below we assume vi, vj and vk are members of V.
We define the neighbourhood N for a vertex vi as its immediately connected neighbours as follows:
The degree ki of vertex is the number of vertices in its neighbourhood | Ni | .
The clustering coefficient Ci for a vertex vi is 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, eij is distinct from eji, and therefore for each neighbourhood Ni there are ki(ki - 1) links that could exist among the vertices within the neighbourhood. Thus, the clustering coefficient is given as:
This measure is 1 if every neighbour connected to vi is also connected to every other vertex within the neighbourhood, and 0 if no vertex that is connected to vi connects to any other vertex that is connected to vi.
The clustering coefficient for the whole system is given by Watts and Strogatz as the average of the clustering coefficient for each vertex:
References
- Watts, D. J. and Strogatz, S. H. (1998). Collective dynamics of 'small-world' networks. Nature 393, 440--442 (4 June 1998).
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


