[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-08-27T17:50:14+01:00 https://forum-gephi.org/app.php/feed/topic/6270 2017-08-27T17:50:14+01:002017-08-27T17:50:14+01:00 https://forum-gephi.org/viewtopic.php?t=6270&p=14558#p14558 <![CDATA[Re: How to Merge Datasets]]> It should merge nodes based on their ids correctly.

Statistics:Posted by eduramiba — 27 Aug 2017 17:50


]]>
2017-08-26T08:11:08+01:002017-08-26T08:11:08+01:00 https://forum-gephi.org/viewtopic.php?t=6270&p=14557#p14557 <![CDATA[Re: How to Merge Datasets]]> Statistics:Posted by Moe Overload — 26 Aug 2017 08:11


]]>
2017-08-25T12:17:38+01:002017-08-25T12:17:38+01:00 https://forum-gephi.org/viewtopic.php?t=6270&p=14556#p14556 <![CDATA[Re: How to Merge Datasets]]> This is easier in 0.9.2 Please download latest snapshot (pre-release) from https://github.com/gephi/gephi/#nightly-builds and follow these steps:

1. Import the desired files
2. During import report, select the 'Append to workspace' option instead of creating a new workspace

Statistics:Posted by eduramiba — 25 Aug 2017 12:17


]]>
2017-08-25T05:57:25+01:002017-08-25T05:57:25+01:00 https://forum-gephi.org/viewtopic.php?t=6270&p=14555#p14555 <![CDATA[How to Merge Datasets]]>
I'm working with multiple DAGs (Directed Acyclic Graphs) from several data sources. I have to get the data manually, so I've been making the graphs by hand. However, the same node can appear in multiple data sources (accounting for different types of dependencies between the nodes).

What would make my life much easier is to create the graphs from each data source individually, give duplicate nodes a shared label to let gephi know to merge the nodes and use the edges that both nodes had.


A very simple example:
Data 1:
1->3
2->3

Data 2:
a->b

Shared nodes:
a=1
b=2

Merged result:
1->2
1->3
2->3


The only idea I've had come to mind (aside from doing it all by hand), is to export all my graphs to a file, concatenate them, manually combine nodes and fix their edges, the reimport to Gephi. However, I'd like to automate that process somehow as I'm sure it'll be very dull and repetitive (and likely to introduce errors).

Statistics:Posted by Moe Overload — 25 Aug 2017 05:57


]]>