Improved neighbors’ k-core (INK)
The
improved neighbors’
k
-core (INK) method
, also known as neighborhood coreness or INK score, is an extension of the classical \(k\)-shell centrality [2, 3]. While nodes with the largest \(k\)-core values may have different spreading influence, INK accounts for the \(k\)-core values of neighboring nodes to better distinguish their influence.
The centrality of node \(i\) is defined as
\begin{equation*}
c_{\mathrm{INK}}(i) = \sum_{j \in \mathcal{N}(i)} k_s(j)^{α},
\end{equation*}
where \(k_s(j)\) is the \(k\)-core value of neighbor \(j\), \(\mathcal{N}(i)\) denotes the set of neighbors of node \(i\), and \(α\) is a tunable parameter controlling the contribution of neighbors’ influence.
Nodes connected to influential neighbors attain higher INK scores. The parameter \(α\) modulates this effect: for \(α < 1\), the influence of neighbors with large \(k\)-core values is weakened; when \(α = 1\), the INK score reduces to the sum of the neighbors’ \(k\)-core values.