Defined in File ApproxSpanningEdge.hpp
public NetworKit::Algorithm
(Class Algorithm)
Public Functions
Computes an epsilon-approximation of the spanning edge centrality of every edge of the input graph with probability (1 - 1/n), based on “Efficient Algorithms for Spanning Tree
Centrality”, Hayashi et al., IJCAI, 2016. This implementation also supports multi-threading.
G – An undirected graph.
eps – Maximum additive error.
Executes the algorithm.
Return the spanning edge approximation for each edge of the graph.
Spanning edge approximation for each edge of the input graph.