Skip to contents

Eigenvector centrality (own implementation, O(m log n)).

Usage

centrality_eigen(csr)

Arguments

csr

a CSR list (indptr, indices, igraph) from the internal converter.

Value

numeric vector of per-node centrality scores.