Class LocalPartitionEvaluation

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class LocalPartitionEvaluation : public NetworKit::LocalCommunityEvaluation

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

Subclassed by NetworKit::IntrapartitionDensity, NetworKit::IsolatedInterpartitionConductance, NetworKit::IsolatedInterpartitionExpansion, NetworKit::PartitionFragmentation, NetworKit::PartitionHubDominance, NetworKit::StablePartitionNodes

Public Functions

LocalPartitionEvaluation(const Graph &G, const Partition &P)

Initialize the partition evaluation method.

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

  • P – The partition that shall be evaluated.

Protected Attributes

const Graph *G
const Partition *P