Edge Adjacency List with attributes?

Get help with your data
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
seeker
Posts:3
Joined:20 Sep 2017 23:40
[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
Edge Adjacency List with attributes?

Post by seeker » 21 Sep 2017 00:05

Is it possible to have this format to save on processing/space?

https://gephi.org/users/supported-graph ... sv-format/

User avatar
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: Edge Adjacency List with attributes?

Post by eduramiba » 21 Sep 2017 08:47

What do you mean?

seeker
Posts:3
Joined:20 Sep 2017 23:40
[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: Edge Adjacency List with attributes?

Post by seeker » 21 Sep 2017 23:26

Defines edges between nodes
b;c;d

AND attributes such as State = CA, or AL, or TX

I want the benefit of putting all the edges on one line to save space and memory
without losing the benefit of having attributes that I can filter the edges by

User avatar
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: Edge Adjacency List with attributes?

Post by eduramiba » 22 Sep 2017 08:39

Adjacency list format does not support attributes. You will need to use spreadsheet format if you need a simple CSV, or any of the other formats such as GEXF.

seeker
Posts:3
Joined:20 Sep 2017 23:40
[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: Edge Adjacency List with attributes?

Post by seeker » 22 Sep 2017 22:30

thanks

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