Shaw (1954) was among the first to propose using the number of direct links of a node as an indicator of its importance in a network [2]. This concept, now formalized as degree centrality , measures the size of the one-hop neighborhood of a node [3, 4]. For an undirected graph, the degree centrality of node \(i\) is defined as
\begin{equation*}
c_{degree}(i) = \sum_{j=1}^{N}{a_{ij}} = \sum_{j=1}^{N}{a_{ji}}=d_i.
\end{equation*}
For directed graphs, four variants of degree-based centrality can be considered: in-degree centrality (number of incoming edges), out-degree centrality (number of outgoing edges), total degree centrality (sum of in-degree and out-degree) and the difference between in-degree and out-degree, sometimes called degree difference . The total degree centrality reflects the overall activity of a node in the network, capturing both its incoming and outgoing connections. The degree difference indicates whether a node tends to be more of a receiver or a sender of connections: positive values correspond to nodes with more incoming than outgoing links, while negative values correspond to nodes with more outgoing than incoming links. Degree centrality can also be extended to weighted networks, where the adjacency matrix entry \(a_{ij}\) is replaced by the link weight \(w_{ij}\), reflecting the intensity of the connection [5].

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] Shaw, M. E. (1954). Group structure and the behavior of individuals in small groups. The Journal of psychology, 38(1), 139-149. doi: 10.1080/00223980.1954.9712925.
[3] Bonacich, P. (1972). Factoring and weighting approaches to status scores and clique identification. The Journal of Mathematical Sociology, 2(1), 113-120. doi: 10.1080/0022250X.1972.9989806.
[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] Opsahl, T., Agneessens, F., & Skvoretz, J. (2010). Node centrality in weighted networks: Generalizing degree and shortest paths. Social networks, 32(3), 245-251. doi: 10.1016/j.socnet.2010.03.006.