[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) 2018-03-05T19:31:35+01:00 https://forum-gephi.org/app.php/feed/topic/6463 2018-03-05T19:31:35+01:002018-03-05T19:31:35+01:00 https://forum-gephi.org/viewtopic.php?t=6463&p=15031#p15031 <![CDATA[Re: How to preserve both sets of node attributes when merging nodes?]]> Statistics:Posted by mbrowning — 05 Mar 2018 19:31


]]>
2018-03-05T18:29:23+01:002018-03-05T18:29:23+01:00 https://forum-gephi.org/viewtopic.php?t=6463&p=15030#p15030 <![CDATA[Re: How to preserve both sets of node attributes when merging nodes?]]> Actually join with separator will add all values, but if they are repeated in several lists, it will have duplicates.

All edges should be preserved, but if some become duplicated, I think their weights are summed. Can you post an example?

Statistics:Posted by eduramiba — 05 Mar 2018 18:29


]]>
2018-03-05T18:16:37+01:002018-03-05T18:16:37+01:00 https://forum-gephi.org/viewtopic.php?t=6463&p=15029#p15029 <![CDATA[Re: How to preserve both sets of node attributes when merging nodes?]]>
When I do this, though, I notice that not all of the edges are preserved. If I merge three duplicate nodes, ideally, all those edges remain after the merge. Right now, it seems only the edges of one of the duplicates remain after the merge.

Am I missing something here?

Statistics:Posted by mbrowning — 05 Mar 2018 18:16


]]>
2018-03-05T17:52:58+01:002018-03-05T17:52:58+01:00 https://forum-gephi.org/viewtopic.php?t=6463&p=15028#p15028 <![CDATA[Re: How to preserve both sets of node attributes when merging nodes?]]> Statistics:Posted by eduramiba — 05 Mar 2018 17:52


]]>
2018-03-05T17:30:38+01:002018-03-05T17:30:38+01:00 https://forum-gephi.org/viewtopic.php?t=6463&p=15027#p15027 <![CDATA[How to preserve both sets of node attributes when merging nodes?]]>
For example, my node attributes are Label, DOB, Item Numbers. Node 1 and Node 2 have identical labels, but different Item Numbers. I want to concatenate the item numbers when I merge the nodes, so no information is lost:

Label DOB Item Numbers

Micaela 4/2/85 B, C, F
Micaela 4/2/85 Q, D

Ideal result:

Label DOB Item Numbers

Micaela 4/2/85 B, C, F, Q, D



Is this possible?

Statistics:Posted by mbrowning — 05 Mar 2018 17:30


]]>