Branching edges in Gephi

Once it's running
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
ddriver1
Posts:2
Joined:23 Feb 2014 21:22
[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
Branching edges in Gephi

Post by ddriver1 » 24 Feb 2014 12:21

In Gephi, if a node A connects to nodes B, C and D, the connections will be represented by 3 distinct edges. However, assuming the nodes B, C and D are close to each other, in some applications it may be preferable to display the edges as a single edge which branches out at the end to the destination nodes. This could go further, where each node only has a single outward edge, which branches out at various points along the edge.

Is this a feature that is already available in Gephi? If not, is this something that is doable, or would the groundwork of Gephi make this extremely difficult to implement?

rnovak
Posts:4
Joined:27 Jan 2014 00:21
Location:Washington, DC Metro
[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: Branching edges in Gephi

Post by rnovak » 25 Feb 2014 06:02

Graph databases are of three types: hypergraph, property graph, or triples. (Ref: O'Reiley book on Graph Databases) What you are talking about is a hypergraph. Gephi is built from the ground up as a property graph. Is it going to change … it would have to fundamentally change the way Gephi operates in my estimation.

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