Template Class PrefixJaccardScore

Inheritance Relationships

Base Type

Class Documentation

template<typename AttributeT>
class PrefixJaccardScore : public NetworKit::EdgeScore<double>

Public Functions

PrefixJaccardScore(const Graph &G, const std::vector<AttributeT> &attribute)
virtual void run() override

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