Formula

Sorenson Index

The Sorenson index is a local overlap statistic that counts the number of neighbors that two nodes share and normalizes the count by the sum of their node degrees:

SSorenson[u,v]=2N(u)N(v)du+dvS_{Sorenson}[u,v] = \frac{2|N(u) \cap N(v)|}{d_u+d_v}

0

1

Updated 2026-05-18

Tags

Data Science