[SOLVED] Shortest path

Algorithms and parameters to put data in space
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
irenino
Posts:2
Joined:18 Jan 2012 13:14
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[SOLVED] Shortest path

Post by irenino » 18 Jan 2012 13:26

Hi, I need some informations about the algorithm used by Gephi to calculate the shortest path (the airplane button) and to extimate centrality paramethers.
Thanks

User avatar
mbastian
Gephi Architect
Posts:728
Joined:10 Dec 2009 10:11
Location:San Francisco, CA
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: shortest path

Post by mbastian » 18 Jan 2012 17:38

It's a Dijkstra for undirected and Bellman-Ford for directed.

admin
Gephi Community Manager
Posts:964
Joined:09 Dec 2009 14:41
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: shortest path

Post by admin » 18 Jan 2012 17:47

Hi,

We implemented "Ulrik Brandes (2001). A faster algorithm for betweenness centrality" PDF for centrality computation.

irenino
Posts:2
Joined:18 Jan 2012 13:14
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: shortest path

Post by irenino » 18 Jan 2012 21:31

Thanks a lot!

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable