Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 794 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 794 Bytes

Multiscale Centrality

Multiscale centrality is a scale dependent measure of centrality on complex networks. The code in this repository implements the algorithm and contains a small pipeline to run classic examples.

More information on the theory can be found in the accompanying paper:

  • 'Graph centrality is a question of scale', by A. Arnaudon, R. Peach and M. Barahona, Submitted.

Installation

Required packages: numpy/scipy/matplotlib/networkx/forceatlas2 .

To install, run in the main folder:

python setup.py install

Tests

In the folder /test, there is a pipeline to compute the multiscale centrality on the graphs used in the accompanying paper. It can easily be adaped to be applied to other graphs, see the readme in the test folder.