Closeness Centrality

From Gephi:Wiki

Jump to: navigation, search
Closeness Centrality

This metric is implemented in 0.7 and 0.8.


Network metric



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

Objective

Description

From Wikipedia

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 PDF

Reference

Additional Reading

Personal tools