Class AdamicAdarIndex

Inheritance Relationships

Base Type

Class Documentation

class AdamicAdarIndex : public NetworKit::LinkPredictor

Implementation of the Adamic/Adar Index. The index sums up the reciprocals of the logarithm of the degree of all common neighbors of u and v.

Public Functions

LinkPredictor()
explicit LinkPredictor(const Graph &G)
Parameters:

G – The graph to work on