@graphty/algorithms / index / commonNeighborsScore
Function: commonNeighborsScore() ​
commonNeighborsScore(
graph,source,target,options):number
Defined in: link-prediction/common-neighbors.ts:36
Calculate common neighbors score 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 number of common neighbors