Class LocalDegreeScore

Inheritance Relationships

Base Type

Class Documentation

class LocalDegreeScore : public NetworKit::EdgeScore<double>

Local Degree sparsification method. See ‘Structure-Preserving Sparsification of Social Networks’ by Lindner, Staudt, Hamann.

Public Functions

LocalDegreeScore(const Graph &G)
virtual void run() override

The generic run method which calls runImpl() and takes care of setting hasRun to the appropriate value.