Class ParallelLeiden

Inheritance Relationships

Base Type

Class Documentation

class ParallelLeiden : public NetworKit::CommunityDetectionAlgorithm

Public Functions

explicit ParallelLeiden(const Graph &graph, int iterations = 3, bool randomize = true, double gamma = 1)
Parameters:
  • graph – A networkit graph

  • iterations – Number of Leiden Iterations to be run

  • randomize – Randomize node order?

  • gamma – Resolution parameter

virtual void run() override

Apply algorithm to graph

Public Members

int VECTOR_OVERSIZE = 10000