Learn Before
Formula

Jaccard Overlap Index

The Jaccard overlap index is a local overlap statistic that counts the number of neighbors that two nodes share and normalizes this count by the size of the union of the two nodes' neighbor sets: SJaccard[u,v]=N(u)N(v)N(u)N(v)S_{Jaccard}[u,v] = \frac{|N(u) \cap N(v)|}{|N(u) \cup N(v)|}

0

1

Updated 2026-06-17

Tags

Data Science