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 double score(edgeid eid) override

Get the edge score of the edge with the given edge id.

double score(node u, node v) override
virtual void run() override

Compute the edge score.