Class ChibaNishizekiQuadrangleEdgeScore

Inheritance Relationships

Base Type

Class Documentation

class ChibaNishizekiQuadrangleEdgeScore : public NetworKit::EdgeScore<count>

Public Functions

ChibaNishizekiQuadrangleEdgeScore(const Graph &G)
virtual count score(edgeid eid) override

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

virtual count score(node u, node v) override

Get the edge score of the given edge.

virtual void run() override

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