Skip to content

Closeness Centrality

Mathieu Jacomy edited this page Jan 27, 2022 · 4 revisions

The inverse of the average distance from a given node to all other nodes in the network.

Description

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

Source code

See org.gephi.statistics.plugin.GraphDistance.java.

Acknowledgments

This code was implemented by Patrick McSweeney.

Implemented Algorithm

Ulrik Brandes (2001). A faster algorithm for betweenness centrality

Additional Reading

Clone this wiki locally