Class NeighborsMeasureIndex

Inheritance Relationships

Base Type

Class Documentation

class NeighborsMeasureIndex : public NetworKit::LinkPredictor

Implementation of the Neighbors Measure Index. This index is also known as Friends Measure and simply returns the number of connections between neighbors of the given nodes u and v.

Public Functions

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

G – The graph to work on