Class ParallelAgglomerativeClusterer

Inheritance Relationships

Base Type

Class Documentation

class ParallelAgglomerativeClusterer : public NetworKit::CommunityDetectionAlgorithm

A parallel agglomerative community detection algorithm, maximizing modularity.

Public Functions

ParallelAgglomerativeClusterer(const Graph &G)

Constructor to the parallel agglomerative clusterer.

Parameters:

G[in] input graph

virtual void run() override

Detect communities.