Concept

Resource Allocation (RA) and Adamic-Adar (AA) indexes

These measures go beyond simply counting the number of common neighbors and seek to consider the importance of those common neighbors.

The Resource Allocation (RA) index counts the inverse degrees of the common neighbors:

SRA[v1,v2]=uN(v1)N(v2)1dvS_{RA}[v_1,v_2] = \sum_{u \in N(v_1) \cap N(v_2)}{\frac{1}{d_v}}

and the Adamic-Adar (AA) index performs a similar computation using the inverse logarithm of the degrees:

SAA[v1,v2]=uN(v1)N(v2)1log(dv)S_{AA}[v_1,v_2] = \sum_{u \in N(v_1) \cap N(v_2)}{\frac{1}{log(d_v)}}

0

1

Updated 2022-06-25

Contributors are:

Who are from:

Tags

Data Science