Defined in File LocalPartitionCoverage.hpp
public NetworKit::Centrality
(Class Centrality)
The local partition coverage is the amount of neighbors of a node u that are in the same partition as u.
Public Functions
Construct the local partition coverage instance. The running time of the run() method is O(m), where m is the number of edges in the graph.
G – The graph to use
P – The partition for which the coverage shall be calculated.
Computes local partition coverage on the graph passed in constructor. This method runs in parallel.
Get the maximum value (1.0)
1.0