Subgraph centrality
Subgraph centrality
, also known as
communicability centrality
, quantifies the extent to which a node participates in all subgraphs of a network. It is computed based on the number of closed walks of different lengths, where a walk is considered
closed
if its starting and ending nodes coincide [2]. The centrality \(c_s(i)\) of node \(i\) is the sum of weighted closed walks of all lengths starting and ending at node \(i\)
\begin{equation*}
c_{s}(i) = \sum_{k=0}^{\infty}{\frac{(A^k)_{ii}}{k!}}=[e^A]_{ii}=\sum_{j=1}^{N}{\left( v_j(i) \right)^2e^{λ_j}},
\end{equation*}
where \(A\) denotes the adjacency matrix of the graph \(G\), \(v_j(i)\) is the \(i\)-th component of the eigenvector \(v_j\) associated with the eigenvalue \(λ_j\) of \(A\).