Class LocalCoverEvaluation

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class LocalCoverEvaluation : public NetworKit::LocalCommunityEvaluation

Virtual base class of all evaluation methods for a single Cover which is based on the evaluation of single clusters. This is the base class for Covers.

Subclassed by NetworKit::CoverF1Similarity, NetworKit::CoverHubDominance

Public Functions

LocalCoverEvaluation(const Graph &G, const Cover &C)

Initialize the cover evaluation method.

Parameters:
  • G – The graph on which the evaluation shall be performed

  • C – The cover that shall be evaluated.

Protected Attributes

const Graph *G
const Cover *C