Concept

Katz Index

Katz index is the most basic type of global overlap measure, and it equals to weighted sum of number of path of all lengths:

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 2022-06-27

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science