Defined in File NodeDistance.hpp
public NetworKit::AdamicAdarDistance
(Class AdamicAdarDistance)
public NetworKit::AlgebraicDistance
(Class AlgebraicDistance)
public NetworKit::JaccardDistance
(Class JaccardDistance)
Abstract base class for node distance measures.
Subclassed by NetworKit::AdamicAdarDistance, NetworKit::AlgebraicDistance, NetworKit::JaccardDistance
Public Functions
Constructs the NodeDistance class for the given Graph G.
G – The graph.
Default destructor
Perform preprocessing work. Needs to be called before distances are requested.