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 double score(edgeid eid) override

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

double score(node u, node v) override
virtual void run() override

Compute the edge score.