Formula

Katz Index

The Katz index is a global overlap measure equal to the weighted sum of the number of paths of all lengths between two nodes: SKatz[u,v]=i=1βiAi[u,v]\mathbf{S}_{Katz} [u,v]=\sum_{i=1}^{\infty}\beta^i \mathbf{A}^i [u,v] where β\beta is a user-defined parameter and A\mathbf{A} is the adjacency matrix. The larger β\beta is, the more important longer paths are. It can be proved that: SKatz=(IβA)1I\mathbf{S}_{Katz}=(\mathbf{I}-\beta \mathbf{A})^{-1}-\mathbf{I}

0

1

Updated 2026-06-14

Tags

Deep Learning (in Machine learning)

Data Science

Computing Sciences