Filtering edges by percentage of outdegree of source node

Visual manipulations and refinements
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
Simski
Posts:5
Joined:14 Oct 2013 11:13
[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
Filtering edges by percentage of outdegree of source node

Post by Simski » 29 Apr 2014 08:20

I'd like to filter the edges in my graph by their percentage of the outdegree of their source node.

For example:

Node A:
Edge 1 - Weight 1 (10%)
Edge 2 - Weight 9 (90%)

Node B:
Edge 1 - Weight 100 (10%)
Edge 2 - Weight 900 (90%)

In this example, filtering all nodes with a percentage below 20 % would filter Edge 1 of both nodes, even though they have vastly different weights.

Does anyone know how to do this?

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
[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