An open API service indexing awesome lists of open source software.

https://github.com/benmaier/effective-distance

provides a few functions to produce an effective distance tree from a given graph and root node
https://github.com/benmaier/effective-distance

Last synced: 2 months ago
JSON representation

provides a few functions to produce an effective distance tree from a given graph and root node

Awesome Lists containing this project

README

        

# Effective Distance

Computes the effective distance between nodes in a weighted directed graph as declared in [1] or even the whole tree for a given root node. Subsequently the tree can be plotted with the (radial-distance-layout)[https://github.com/benmaier/radial-distance-layout] package.

[1] *The Hidden Geometry of Complex, Network-Driven Contagion Phenomena*, D Brockmann, D Helbing, Science Vol. 342, Issue 6164, pp. 1337-1342 (2013)

## Install

$ sudo python setup.py install

## Usage

```python
>>> import effdist
```