[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 •Help with Nodes & Edges
Page 1 of 1

Help with Nodes & Edges

Posted: 15 Feb 2018 22:17
by Mattel
Hi, I am having difficulty creating nodes and edges for my data. I'd greatly appreciate if you can help me.
My data is on excel spreadsheet. The data structure is like this:

Code: Select all

Week  Ball1 Ball2 Ball3 Ball4 Ball5 Ball6
150      5     10      20    25     30     45
How should I make the nodes and edges for this? any ideas, please. thanks.

Re: Help with Nodes & Edges

Posted: 16 Feb 2018 13:16
by eduramiba
What relationships would you expect from your data?

Re: Help with Nodes & Edges

Posted: 16 Feb 2018 13:36
by Mattel
This is for the node csv I thought of. I excluded "weeks" which i thought would make things more complicated.

Code: Select all

Id	Label
1	Ball1
2	Ball2
3	Ball3
4	Ball4
5	Ball5
6	Ball6
7	Ball7
8	Ball8
9	Ball9
For edges csv, I am not sure how to do it. There are 49 numbers and they are all undirected to one another.

Code: Select all

Source	Target	Type	         Weight
??	  ??	 Undirected	    (blank?)
I' m interested in the numbers that appear together. I wish Gephi could identify relationships like this by itself.

I am looking for an expert view on this.

Re: Help with Nodes & Edges

Posted: 16 Feb 2018 17:47
by eduramiba
I think you might want to use this plugin https://seinecle.github.io/gephi-tutori ... er-en.html or this https://seinecle.github.io/gephi-tutori ... er-en.html since your data is not relational by itself.