This chapter provides explanations and examples for each of the link prediction algorithms in the Neo4j Labs Graph Algorithms library.
These algorithms help determine the closeness of a pair of nodes. We would then use the computed scores as part of a link prediction solution:
algo.linkprediction.adamicAdar
)
algo.linkprediction.commonNeighbors
)
algo.linkprediction.preferentialAttachment
)
algo.linkprediction.resourceAllocation
)
algo.linkprediction.sameCommunity
)
algo.linkprediction.totalNeighbors
)