Class Overlapper

Inheritance Relationships

Derived Type

Class Documentation

class Overlapper

Abstract base class for algorithms which determine the overlap of multiple partitions.

Subclassed by NetworKit::HashingOverlapper

Public Functions

virtual Partition run(const Graph &G, const std::vector<Partition> &clusterings) = 0