[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) 2012-07-18T11:19:58+01:00 https://forum-gephi.org/app.php/feed/topic/1195 2012-07-18T11:19:58+01:002012-07-18T11:19:58+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=6902#p6902 <![CDATA[Re: Data Lab improvement: merging of rows]]>
I found a little mistake between the source column and the target column, so the names wouldn't match. Now it merges duplicates perfectly. Thanks

Statistics:Posted by ignacio.morer — 18 Jul 2012 11:19


]]>
2012-07-16T14:57:21+01:002012-07-16T14:57:21+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=6897#p6897 <![CDATA[Re: Data Lab improvement: merging of rows]]> Can you show some part of your file that is problematic?

Eduardo

Statistics:Posted by eduramiba — 16 Jul 2012 14:57


]]>
2012-07-13T11:13:00+01:002012-07-13T11:13:00+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=6884#p6884 <![CDATA[Re: Data Lab improvement: merging of rows]]>
I'm having trouble with this topic as well. I obtain duplicate nodes when I import data from a .csv. It happens when a node exists as source and target. The problem is that Gephi does not identificate duplicate nodes even though the information in all the columns is the same.

Any ideas on what is happening?

Thank you,

Ignacio

Statistics:Posted by ignacio.morer — 13 Jul 2012 11:13


]]>
2011-12-29T14:45:40+01:002011-12-29T14:45:40+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=5344#p5344 <![CDATA[Re: Data Lab improvement: merging of rows]]> There could be some problem because assigning the edges is a bit tricky.

This feature first creates a new node.
Then for each edge of each node to merge creates an edge between the new node and the other node (undirected or directed depending on this edge) if possible. And if the other node is the same node it will create a self loop for the new node instead.
Finally deletes old merged nodes if desired.

Looking at the code I can see that sometimes the self-loop will not be created (would need to check if the other node is any of the nodes to merge). Is that the problem?

Can you show me an example of wrong behaviour with your data?
Eduardo

Statistics:Posted by eduramiba — 29 Dec 2011 14:45


]]>
2011-11-14T16:23:03+01:002011-11-14T16:23:03+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=5118#p5118 <![CDATA[Re: Data Lab improvement: merging of rows]]> It does not work well inside more complex network. I am trying to find where exactly problem occurs but basically happens when I try to weld more nodes with several edges, than not all of the edges (from old sub-nodes) are present.
It looks like it work good only with merging two nodes.

Statistics:Posted by Josef_K — 14 Nov 2011 16:23


]]>
2011-07-20T23:25:35+01:002011-07-20T23:25:35+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=3954#p3954 <![CDATA[Re: Data Lab improvement: merging of rows]]> !

Steps to use it:
Select nodes to merge, right click, choose Merge nodes and choose an strategy for each column.

I hope it helps and you can use it soon. Also please report a bug if any problem happens.

Statistics:Posted by eduramiba — 20 Jul 2011 23:25


]]>
2011-06-16T21:40:19+01:002011-06-16T21:40:19+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=3741#p3741 <![CDATA[Re: Data Lab improvement: merging of rows]]> Statistics:Posted by elijah — 16 Jun 2011 21:40


]]>
2011-06-16T16:01:13+01:002011-06-16T16:01:13+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=3735#p3735 <![CDATA[Re: Data Lab improvement: merging of rows]]> Then I think I will build a nodes and edges manipulator to do this with some basic strategies.

Eduardo

Statistics:Posted by eduramiba — 16 Jun 2011 16:01


]]>
2011-06-16T09:54:45+01:002011-06-16T09:54:45+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=3729#p3729 <![CDATA[Re: Data Lab improvement: merging of rows]]> The node would indeed have any edges.

About the edges, we could let the user choose the new source and target from all the sources and targets of the merged edges. So we just create a new edge and remove the olders, but we can merge the attributes, which is the goal.

Statistics:Posted by admin — 16 Jun 2011 09:54


]]>
2011-06-15T21:52:17+01:002011-06-15T21:52:17+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=3724#p3724 <![CDATA[Re: Data Lab improvement: merging of rows]]>
So the user could merge 2 nodes only or any number of nodes?
I guess that the resulting node should have all edges that the nodes have (if not repeated).
To merge the attributes, the user could select an strategy for each column or just select 1 node to keep all its attributes, for example.

But how would edges merge work since graphs can't have edge duplicates?

Eduardo

Statistics:Posted by eduramiba — 15 Jun 2011 21:52


]]>
2011-06-15T08:43:01+01:002011-06-15T08:43:01+01:00 https://forum-gephi.org/viewtopic.php?t=1195&p=3717#p3717 <![CDATA[Data Lab improvement: merging of rows]]>
I'd like to address a simple use case:

A graph is loaded, laid out, explored, but then the user finds two nodes that should be only one (say there is a "duplicate"). The user wants to merge the two nodes, not creating a meta-node because he wants to fix an error in the data.

The only way is to edit the graph file by hand, but this is tricky because you don't always know how to do that, and it's tricky to edit all edges related to the node we merge into the other one. And it is even harder to merge node attributes (keep one value, sum the values or average the values?).
The problem is the same when one wants to merge two edges.

So I'd see a new feature which, after selecting two rows, opens a panel to help the merge. What do you think about that?

Statistics:Posted by admin — 15 Jun 2011 08:43


]]>