Skip to content

peach-lucien/MultiscaleCentrality

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Graph centrality is a question of scale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%