YonatanRosen/direct​ionality-package

Implementation of two algorithms that provide order centrality in directed networks
112 download
Aggiornato 17 ago 2015

Directed acyclic graphs have clear order, where precedence relations among vertices are naturally defined. Many directed real world networks contain inherent order that may be masked by strong connectivity components or long circles. Two algorithms aim at uncover the inherent order in directed networks that contain cycles as well. This package contains implementation of algorithms that handle the directionality problem. The two algorithms receive a binary directed graph and return a centrality score where high score vertices precede lower score vertices in the graph hierarchy. The flow algorithm exploits the asymmetry in distances in the directed graph and its underlying undirected graph. The hierarchy energy algorithm minimizes an energy function that takes into consideration all ordered relations of unidirectional edges.
flow reference:
Yonatan Rosen and Yoram Louzoun, "Directionality of real world networks as predicted by path length in directed and undirected graphs." Physica A: Statistical Mechanics and its Applications 401 (2014): 118-129.
hierarchy energy reference:
Carmel Liran, David Harel, and Yehuda Koren. "Combining hierarchy and energy for drawing directed graphs." Visualization and Computer Graphics, IEEE Transactions on 10.1 (2004): 46-57.

Yoram Louzoun's lab: http://peptibase.cs.biu.ac.il/

The package includes the BFS function of Lev Muchnik's complex networks toolbox:
http://www.levmuchnik.net/Content/Networks/ComplexNetworksPackage.html

Cita come

Yonatan Rosen (2024). YonatanRosen/directionality-package (https://github.com/YonatanRosen/directionality-package), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2011a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Directed Graphs in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Graph

Graph/FastSet

Graph/FlexIO

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
1.0.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.