[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
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2017-03-20T16:47:27+01:00 https://forum-gephi.org/app.php/feed/topic/6167 2017-03-20T16:47:27+01:002017-03-20T16:47:27+01:00 https://forum-gephi.org/viewtopic.php?t=6167&p=14268#p14268 <![CDATA[Connecting all edges to edges]]>


ID Label
1 Sleep quality
2 Stress
3 Healthy Eating
4 Tremor
5 Balance
6 Drooling
7 Exercise
8 Mood
9 Speech
10 Parkinson's On-Off

So I want my graph to have these 10 nodes.

Then for the edges, I have:

Source Target User
155346
545346
475346
765346
695346
935346
325346
285346
8105346

The "User" column is something I have added to explain the problem I am having. I am using a big database (in SQL) to obtain this data. On a mobile phone app, users select 10 of the different choices available (as listed in the nodes). In SQL I can query the data easily so that I can obtain the 10 choices of each of the users.

It is easy to create a graph with the edges with the information in the edges table but I would also like to connect each edge to all other edges, this is important for me. So for example, 1 connects to all those in "target". Then 5 connects to all those in "target" and so until all nodes are connected to each other for each user.

I can do this manually but the original data set has 2000+ users and this will take a long time. Is there an easier way to do this?

Thanks!

Statistics:Posted by maheensiddiqui91 — 20 Mar 2017 16:47


]]>