A New Link Prediction Algorithm Based On Local Links

Juan Yang,Lixin Yang,Pengye Zhang
DOI: https://doi.org/10.1007/978-3-319-23531-8_2
2015-01-01
Abstract:Link prediction refers to estimating the possibility of the existence of non-existent links between the nodes. The link prediction algorithms based on local information merely consider nodes' attributes or a small amount of topology information about common neighbors. In this paper, we proposed a new measure motivated by the cohesion between common neighbors and the predicted nodes-LNL (Local Neighbors Link). Experiments show that, compared with four classical algorithms on seven real networks, LNL has the higher accuracy and robustness. Furthermore, we apply the link prediction algorithms into large-scale networks. We implement the LNL method in both MapReduce and Spark, the experiments show that the implementation by Spark has higher efficiency than using MapReduce.
What problem does this paper attempt to address?