[SOLVED] relationships between different quantities of node

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
Zécarlos
Posts:3
Joined:14 Apr 2010 00:05
[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
[SOLVED] relationships between different quantities of node

Post by Zécarlos » 14 Apr 2010 00:37

Hi
I need to show relationship between different amounts of friends (3, 4, 5, 6 nodes). The example of the site for GDF format, just as done with 2 nodes. Someone could tell me how. Thank :?:

admin
Gephi Community Manager
Posts:964
Joined:09 Dec 2009 14:41
[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: Represent relationships between different quantities of node

Post by admin » 14 Apr 2010 13:53

Hi,

2 or more makes no difference. Did you read the documentation?

Also take a look at this application: http://thepoliticsofsystems.net/2010/03 ... -to-gephi/

okiley
Posts:12
Joined:08 Apr 2010 14:58
[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: Represent relationships between different quantities of node

Post by okiley » 14 Apr 2010 15:44

I just noticed in that page description is the LABLE attribute is mandatory. The data I'm working with didn't have a lable column. Gephi copied the "name" field and applied it to both the ID and the Lable fields correctly. Just an FYI.

admin
Gephi Community Manager
Posts:964
Joined:09 Dec 2009 14:41
[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: Represent relationships between different quantities of node

Post by admin » 14 Apr 2010 16:35

Fixed, thanks.

okiley
Posts:12
Joined:08 Apr 2010 14:58
[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: Represent relationships between different quantities of node

Post by okiley » 14 Apr 2010 18:35

Heh, I tried out the face book utility, pretty cool!

Question . . . I tried following the instructions you posted about the modularity statistics. when I open the stastics panel, the options for run, view, and settings are all greyed out. Is there something i need to do in order to activate statistics?

User avatar
mbastian
Gephi Architect
Posts:728
Joined:10 Dec 2009 10:11
Location:San Francisco, CA
[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: Represent relationships between different quantities of node

Post by mbastian » 14 Apr 2010 21:01

This may be bug 561483 which has been corrected but not deployed yet. It will be in next release.

Zécarlos
Posts:3
Joined:14 Apr 2010 00:05
[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: Represent relationships between different quantities of node

Post by Zécarlos » 16 Apr 2010 16:40

Hi,
thanks for the reply but I knew I might not explain well. What I just do not find a way to put relations between many nodes, like this:

Code: Select all

[/nodedef> name
29
36
40
52
58
60
edgedef> node1,node2,label varchar
36,60,40,29,52,58,(hermanos)]

I've tried to no avail as follow:

[code][/odedef> name
29
36
40
52
58
60
edgedef> node1,node2,node3,node4,node5,node6,label varchar
36,60,40,29,52,58,(hermanos)]

you suggest?

admin
Gephi Community Manager
Posts:964
Joined:09 Dec 2009 14:41
[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: Represent relationships between different quantities of node

Post by admin » 16 Apr 2010 17:04

This "shortcut" is not possible in GDF, you have to write each relation solely.

okiley
Posts:12
Joined:08 Apr 2010 14:58
[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: Represent relationships between different quantities of node

Post by okiley » 19 Apr 2010 13:30

Right, you'd need to have:

Code: Select all

nodedef> name
29
36
40
52
58
60
edgedef> node1, node2
36,60
36,40
36,29
36,52
36,58

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