Defined in File CommuteTimeDistance.hpp
public NetworKit::Algorithm
(Class Algorithm)
CommuteTimeDistance edge centrality.
Public Functions
Constructs the CommuteTimeDistance class for the given Graph G.
G – The graph.
tol – The tolerance used for the approximation
Destructor.
Computes ECTD exactly.
Computes approximation by projection.
Computes approximation by projection, in parallel.
The elapsed time to setup the solver in milliseconds.
Returns the commute time distance between node u and node v. This method does not need the initial preprocessing (no need to call the run() method).
commute time distance between the two nodes.
Returns the commute time distance between node u and node v.
commute time distance between the two nodes. Needs to call run() or runApproximation() first.