Class SameCommunityIndex

Inheritance Relationships

Base Type

Class Documentation

class SameCommunityIndex : public NetworKit::LinkPredictor

Index to determine whether two nodes are in the same community.

Public Functions

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

G – The graph to work on

virtual void setGraph(const Graph &newGraph) override

Sets the graph to work on.

Parameters:

newGraph – The graph to work on