Skip to content

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

Notifications You must be signed in to change notification settings

jiyixinkd/effective-distance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

>>> import effdist

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%