Defined in File KPathCentrality.hpp
public NetworKit::Centrality
(Class Centrality)
Public Functions
Constructs the K-Path Centrality class for the given Graph G.
G – The graph.
alpha – tradeoff between precision and runtime.
k – maximum length of paths. TODO running times
Computes k-path centrality on the graph passed in constructor.