Defined in File LaplacianCentrality.hpp
public NetworKit::Centrality
(Class Centrality)
Computes the Laplacian centrality of the graph.
The implementation is a simplification of the original algorithm proposed by Qi et al. in “Laplacian centrality: A new centrality measure for weighted networks”.
See https://dl.acm.org/citation.cfm?id=2181343.2181780 for details.
Public Functions
Constructs a LaplacianCentrality object for the given Graph G.
G – The graph.
normalized – Whether scores should be normalized by the energy of the full graph.
Computes the Laplacian centrality on the graph passed in the constructor.
See https://dl.acm.org/citation.cfm?id=2181343.2181780 for more details about Laplacian centrality.