[SOLVED] Mysterious parallel edges error
Posted: 05 Nov 2010 21:39
Dear all,
I've just started using Gephi. Great software!
I've got a problem in reading in my data though and I hope somebody can help.
I've defined a gepx file but on reading it in, Gephi complains about parallel edges in my dynamic network. These are dropped leading to a loss of 70% of my edges. I've check my source data and have 0 parallel edges.
I exported the data that I just read in and I get
---------------
... output omitted ....
<edge id="e3171" source="157" target="158" weight="9.473476">
<attvalues>
<attvalue for="dynamicrange" value="1.0,1.0"/>
<edge id="e3173" source="7" target="1" weight="12827.1875">
<attvalues>
<attvalue for="dynamicrange" value="2.0,2.0"/>
</attvalues>
... output omitted ....
-------------------
As you can see e3172 is missing (as Gephi also told me reading in). In my original gefx file I have a line reading
<edge id="3173" source="6" target="1" weight="186506.09375" start="2" end="2"/>
The id is well behaved and runs from 1 to 109000. The node section has 158 nodes and node 1 and 6 exist in this period.
Why do I get the parallel edges error?
Why is the edge id value 3173 in my source gefx and am I missing e3172 in the Gephi? Why aren't these two the same?
Any and all hints and tips much appreciated.
Iman
I've just started using Gephi. Great software!
I've got a problem in reading in my data though and I hope somebody can help.
I've defined a gepx file but on reading it in, Gephi complains about parallel edges in my dynamic network. These are dropped leading to a loss of 70% of my edges. I've check my source data and have 0 parallel edges.
I exported the data that I just read in and I get
---------------
... output omitted ....
<edge id="e3171" source="157" target="158" weight="9.473476">
<attvalues>
<attvalue for="dynamicrange" value="1.0,1.0"/>
<edge id="e3173" source="7" target="1" weight="12827.1875">
<attvalues>
<attvalue for="dynamicrange" value="2.0,2.0"/>
</attvalues>
... output omitted ....
-------------------
As you can see e3172 is missing (as Gephi also told me reading in). In my original gefx file I have a line reading
<edge id="3173" source="6" target="1" weight="186506.09375" start="2" end="2"/>
The id is well behaved and runs from 1 to 109000. The node section has 158 nodes and node 1 and 6 exist in this period.
Why do I get the parallel edges error?
Why is the edge id value 3173 in my source gefx and am I missing e3172 in the Gephi? Why aren't these two the same?
Any and all hints and tips much appreciated.
Iman