Class EdgeScoreLinearizer

Inheritance Relationships

Base Type

Class Documentation

class EdgeScoreLinearizer : public NetworKit::EdgeScore<double>

Public Functions

EdgeScoreLinearizer(const Graph &graph, const std::vector<double> &attribute, bool inverse = false)
virtual void run() override

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