Defined in File DynKatzCentrality.hpp
public NetworKit::Centrality
(Class Centrality)
public NetworKit::DynAlgorithm
(Class DynAlgorithm)
Finds the top-k nodes with highest Katz centrality
Public Functions
Constructs a DynKatzCentrality object for the given Graph G. The damping factor is set to 1/(maxdeg + 1), where maxdeg is the maxmum degree in the graph.
G – [in] The graph.
k – [in] The number k for which we want to find the top-k nodes with highest Katz centrality
groupOnly – [in] Set whether the update will only update top-k nodes.
tolerance – [in] The tolerance for convergence.
Computes centrality scores on the graph passed in constructor.
Updates the katz centralities after an edge insertion or deletion on the graph.
event – The edge insertions or deletion.
The generic update method for updating data structure after an update.
Public Members