The local clustering coefficient , also known simply as the clustering coefficient, of a node \(i\) measures the probability that two randomly chosen neighbors of \(i\) are connected to each other [2]. Formally, the local clustering coefficient \(c_{\mathrm{cl}}(i)\) of node \(i\) is defined as the ratio between the number of actual links among its neighbors and the number of all possible links between them:
\begin{equation*}
c_{\mathrm{cl}}(i) =
\begin{cases}
\dfrac{\sum_{j \in \mathcal{N}(i)} \sum_{k \in \mathcal{N}(i),\, k \neq j} a_{jk}}{d_i (d_i - 1)}, & \text{if } d_i > 1, \\[1.0em]
0, & \text{otherwise,}
\end{cases}
\end{equation*}
where \(d_i\) is the degree of node \(i\). Thus, \(c_{\mathrm{cl}}(i)\) quantifies how close the neighborhood of node \(i\) is to forming a clique (complete subgraph). The local clustering coefficient has been extended to weighted graphs in [3].
The local clustering coefficient can be used to identify structural holes in a network, indicating how influential a node may be in mediating or controlling information flow between its neighbors. In many networks, it is empirically observed that the local clustering coefficient of nodes depends roughly on their degree, with high-degree nodes typically exhibiting lower clustering [2].

References

[1] Shvydun, S. (2025). Zoo of Centralities: Encyclopedia of Node Metrics in Complex Networks. arXiv: 2511.05122 https://doi.org/10.48550/arXiv.2511.05122
[2] Newman, M. (2018). Networks. Oxford university press. doi: 10.1093/oso/9780198805090.001.0001.
[3] Barrat, A., Barthelemy, M., Pastor-Satorras, R., & Vespignani, A. (2004). The architecture of complex weighted networks. Proceedings of the national academy of sciences, 101(11), 3747-3752. doi: 10.1073/pnas.0400087101.