@graphty/algorithms / index / commonNeighborsPrediction
Function: commonNeighborsPrediction() ​
commonNeighborsPrediction(
graph,options):LinkPredictionScore[]
Defined in: link-prediction/common-neighbors.ts:63
Calculate common neighbors scores for all possible node pairs
Parameters ​
graph ​
The input graph
options ​
Link prediction options
Returns ​
Array of link prediction scores sorted by score descending