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

Closeness Centrality

Asif Mehedi edited this page Oct 4, 2016 · 4 revisions

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