Defined in File PermanenceCentrality.hpp
public NetworKit::Algorithm
(Class Algorithm)
Permanence centrality measures how well a vertex belongs to its community.
Public Functions
Constructs the PermanenceCentrality class for the given Graph G and Partition P.
G – The input graph.
P – Partition for graph G.
The generic run method which calls runImpl() and takes care of setting hasRun to the appropriate value.