@graphty/algorithms / index / adamicAdarScore
Function: adamicAdarScore() ​
adamicAdarScore(
graph,source,target,options):number
Defined in: link-prediction/adamic-adar.ts:28
Calculate Adamic-Adar index for a pair of nodes
Parameters ​
graph ​
The input graph
source ​
The source node ID
target ​
The target node ID
options ​
Link prediction options
Returns ​
number
The Adamic-Adar score for the node pair