Concept

Jaccard overlap

Counts the number of neighbors that two nodes share and normalizes by the size of the union of the two nodes' neighbors

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

Contributors are:

Who are from:

Tags

Data Science