Closeness centrality is a measure of how central a node is within a network, based on its shortest-path distances to all other nodes [2, 3, 4]. Intuitively, a node is central in terms of closeness if it can efficiently reach all other nodes in the network, reflecting its potential to access and disseminate information, as well as to exert influence across the network. The closeness centrality \(c_{cl}(i)\) of a node \(i\) is defined as the inverse of the average shortest-path distance from \(i\) to all other nodes in the network:
\begin{equation*} \label{eq_closeness}
c_{cl}(i) = \frac{N-1}{\sum_{j \neq i} d_{ij}},
\end{equation*}
where \(d_{ij}\) is the length of the shortest path from node \(i\) to node \(j\). Closeness centrality is typically interpreted as an indicator of either access efficiency or independence from intermediaries [5]. Nodes with shorter average distances to others can exchange information with fewer transmissions, in less time, and at lower cost [4].
Closeness centrality is defined only for connected graphs, since shortest-path distances between nodes in different components are undefined. Extensions of closeness centrality to graphs with multiple connected components are discussed in [6]. The closeness centrality without \(N-1\) in the numerator is also known as the barycenter centrality [7]. The inverse of the barycenter centrality is also known as the Wiener index centrality [8].

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] Bavelas, A. (1950). Communication patterns in task-oriented groups. Journal of the acoustical society of America. doi: 10.1121/1.1906679.
[3] Sabidussi, G. (1966). The centrality index of a graph. Psychometrika, 31(4), 581-603. doi: 10.1007/BF02289527.
[4] Freeman, L. C. (1978). Centrality in social networks conceptual clarification. Social networks, 1(3), 215-239. doi: 10.1016/0378-8733(78)90021-7.
[5] Brandes, U., Borgatti, S. P., & Freeman, L. C. (2016). Maintaining the duality of closeness and betweenness centrality. Social networks, 44, 153-159. doi: 10.1016/j.socnet.2015.08.003.
[6] Wasserman, S., & Faust, K. (1994). Social network analysis: Methods and applications. doi: 10.1017/CBO9780511815478.
[7] Viswanath M. Ontology-based automatic text summarization (Doctoral dissertation, uga). 2009.
[8] Rocco, C. M., & Barker, K. (2022). Deriving a minimum set of indicators to assess network component importance. Decision Analytics Journal, 5, 100145. doi: 10.1016/j.dajour.2022.100145.