Class RandomNodeEdgeScore

Inheritance Relationships

Base Type

Class Documentation

class RandomNodeEdgeScore : public NetworKit::EdgeScore<double>

Public Functions

RandomNodeEdgeScore(const Graph &graph, double rneRatio = 0.8)
virtual void run() override

Compute the edge score.

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