Class DynamicDGSParser

Inheritance Relationships

Base Type

Class Documentation

class DynamicDGSParser : public NetworKit::DynamicGraphSource

Public Functions

DynamicDGSParser(const std::string &path)
virtual void initializeGraph() override

The generator may expect the graph to be in a certain initial state. Call this method first.

virtual void generate() override

Perform one generative step - as defined by the implementation.

void evaluateClusterings(const std::string &path, const Partition &clustering)