Weighted k-shell degree neighborhood (Wksd)
Weighted
k
-shell degree neighborhood
(Wksd) is a hybrid centrality measure that combines node degree and \(k\)-shell values [2, 3]. The motivation is to capture nodes that are central both in terms of local connectivity and their position in the network’s hierarchical core. The edge weight between nodes \(i\) and \(j\) is defined as
\[
w_{ij} = (α d_i + μ k_s(i)) (α d_j + μ k_s(j)),
\]
where \(d_i\) and \(k_s(i)\) denote the degree and \(k\)-shell value of node \(i\), and \(α\), \(μ\) are tunable parameters (typically \(α \in \{0.2, 0.4\}\) and \(μ = 0.9\)). The Wksd centrality of node \(i\) is given by
\[
c_{Wksd}(i) = \sum_{j \in \mathcal{N}(i)} w_{ij},
\]
where \(\mathcal{N}(i)\) denotes the set of neighbors of node \(i\). Hence, Wksd reflects the cumulative weighted influence of its neighbors and emphasize nodes that combine high connectivity with strategic placement in the network core.