Defined in File EigenvectorCentrality.hpp
public NetworKit::Centrality
(Class Centrality)
Computes the leading eigenvector of the graph’s adjacency matrix (normalized in 2-norm). Interpreted as eigenvector centrality score.
Public Functions
Constructs an EigenvectorCentrality object for the given Graph G. tol defines the tolerance for convergence.
G – [in] The graph.
tol – [in] The tolerance for convergence. TODO running time
Computes eigenvector centrality on the graph passed in constructor.