Class SimmelianOverlapScore

Inheritance Relationships

Base Type

Class Documentation

class SimmelianOverlapScore : public NetworKit::SimmelianScore

Calculates the Simmelian backbone (paramaetric variant) for a given input graph.

Public Functions

SimmelianOverlapScore(const Graph &graph, const std::vector<count> &triangles, count maxRank)

Creates a new instance of the parametric variant of the Simmelian Backbone calculator.

Parameters:

maxRank – the maximum rank that is considered for overlap calculation

virtual void run() override

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