[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Shortest path lengths for multiple node-node combinations
Page 1 of 1

Shortest path lengths for multiple node-node combinations

Posted: 12 May 2018 10:48
by TheresAlwaysOne
Is there a way to get values for the shortest path lengths of a number of different node to node combinations without having to keep selecting nodes and click on the airplane button? I've worked out there are about 2500 different combinations that I'll need, and to keep using the airplane button would be too time consuming. I'd like to use Dijkstra's algorithm but I'm not much of a programmer and can't even get the Bellman-Ford example to work using the scripting plugin :oops:

Does anyone have any suggestions?