Link Prediction in Social Networks.

The basic approach for predicting links is to rank all node pairs based on proximities in their graph.

Let clip_image002denote the set of neighbors of clip_image004 in a social network.

Common neighbors [1]:

clip_image006

Adamic and Adar [2] refine the common neighbors by taking rarer neighbors more heavily:

clip_image008

Preferential attachment is based on an assumption that the probability that a new link involves node x is proportional to the number of its neighbors. The idea is famous as the growth model of the Web network [3]:

clip_image010

[1] Newman, M.E., Clustering and Preferential Attachment in Growing Networks, Physical Review Letters E, Vol.64(025102),2001.

[2] Adamic, L.A., E., Friends and Neighbors on the Web, Social Networks, Vol.25, No.3, pp.211-230, 2003.

[3] Getoor, L., Diehl, C.P., Link Mining: A Survey. SIGKDD Explorations, Vol.7,No.2, pp.3-12,2005.

原文地址:https://www.cnblogs.com/jcleung/p/2035108.html