Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
Description
The implementation of Adamic-Adar Similarity [0] is very close to Jaccard Similarity. Whereas Jaccard Similarity counts common neighbors, Adamic-Adar Similarity sums the inverse logarithm of the degree of common neighbors.
Consideration will be given to the computation of the inverse logarithm, in particular whether to pre-compute a small array of values.
[0] http://social.cs.uiuc.edu/class/cs591kgk/friendsadamic.pdf
Attachments
Issue Links
- relates to
-
FLINK-2310 Add an Adamic-Adar Similarity example
- Closed
- links to