Class LocalSimilarityScore

Inheritance Relationships

Base Type

Class Documentation

class LocalSimilarityScore : public NetworKit::EdgeScore<double>

Implementation of the Local Sparsification Algorithm by Sataluri et al.

Public Functions

LocalSimilarityScore(const Graph &G, const std::vector<count> &triangles)
virtual void run() override

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