Hello,
I want to confirm if Gephi sums up the weights in case of multiple edges between two nodes in a directed network. In a simple example that i created to check this, it did not. The same is the case for an undirected network.
Can any one please confirm this and advise if there is a way I can get the weights to sumed up. The multiple edges in my network are added at different times and thus i would like to retain them.
Thanks
summing up weights for multiple edges in a directed graph
-
- Posts:31
- Joined:21 Dec 2010 21:17 [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: summing up weights for multiple edges in a directed graph
You can save the network in Pajek net format and use Pajek to do it:
Network - Create New Network - Transform - Remove - Multiple Lines - Sum Values
Network - Create New Network - Transform - Remove - Multiple Lines - Sum Values
- eduramiba
- Gephi Code Manager
- Posts:1064
- Joined:22 Mar 2010 15:30
- Location:Madrid, Spain [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: summing up weights for multiple edges in a directed graph
You should be able to do this in Gephi 0.9.2+ by importing a file and choose Sum in edges weight strategy, then import the second file and do the same. Repeated edges weights will be accumulated.