Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Closeness Centrality

Sébastien Heymann edited this page Mar 1, 2015 · 4 revisions

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

Description

http://en.wikipedia.org/wiki/Betweenness#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