Skip to content

Eigenvector Centrality

Daniel Ballinger edited this page Aug 26, 2018 · 2 revisions

A measure of node importance in a network based on a node's connections.

Explanation

https://en.wikipedia.org/wiki/Eigenvector_centrality

Source code

See org.gephi.statistics.plugin.EigenvectorCentrality.java.

Acknowledgments

This code was implemented by Patrick McSweeney.

Additional Reading

Clone this wiki locally