The clustered local-degree (CLD) centrality integrates both the degree of neighboring nodes and the local topological structure surrounding each node. In this measure, the local clustering coefficient of a node quantifies the connectivity among its neighbors [2].
The centrality value \( c_{\mathrm{CLD}}(i) \) for node \( i \) is defined as
\begin{equation*}
c_{\mathrm{CLD}}(i) = (1 + c_i) \sum_{j \in \mathcal{N}(i)} d_j,
\end{equation*}
where \( c_i \) denotes the clustering coefficient of node \( i \),
\( \mathcal{N}(i) \) is the set of neighbors of node \( i \),
and \( d_j \) represents the degree of neighbor \( j \). Hence, the CLD centrality accounts for both the number of neighbors and the connectivity among them.

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] Li, M., Zhang, R., Hu, R., Yang, F., Yao, Y., & Yuan, Y. (2018). Identifying and ranking influential spreaders in complex networks by combining a local-degree sum and the clustering coefficient. International Journal of Modern Physics B, 32(06), 1850118. doi: 10.1142/S0217979218501187.