[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-05-23T16:40:05+01:00 https://forum-gephi.org/app.php/feed/topic/1875 2012-05-23T16:40:05+01:002012-05-23T16:40:05+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6500#p6500 <![CDATA[Re: Best practice for very dynamic network?]]>

yes, that seems to solve it.

Statistics:Posted by miturian — 23 May 2012 16:40


]]>
2012-05-23T15:40:30+01:002012-05-23T15:40:30+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6499#p6499 <![CDATA[Re: Best practice for very dynamic network?]]> If you still want to use dynamic weight, I think you have to include this code before <nodes>:

CODE:

<attributes class="edge" mode="dynamic">    <attribute id="weight" title="Weight" type="float"/></attributes>
And that makes your file work.

Eduardo

Statistics:Posted by eduramiba — 23 May 2012 15:40


]]>
2012-05-23T15:38:25+01:002012-05-23T15:38:25+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6498#p6498 <![CDATA[Re: Best practice for very dynamic network?]]> Statistics:Posted by admin — 23 May 2012 15:38


]]>
2012-05-23T15:25:59+01:002012-05-23T15:25:59+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6496#p6496 <![CDATA[Re: Best practice for very dynamic network?]]>

CODE:

<?xml version="1.0" encoding="UTF8"?> <gexf xmlns="http://www.gexf.net/1.2draft" xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance"xsi:schemaLocation="http://www.gexf.net/1.2drafthttp://www.gexf.net/1.2draft/gexf.xsd" version="1.2"> <meta lastmodifieddate="20090320"> <creator>Gephi.org</creator><description>A hello world! file</description><keywords>undefined</keywords> </meta> <graph mode="dynamic" timeformat="double" defaultedgetype="directed"><nodes><node id="1" /><node id="2" /><node id="29" /></nodes><edges><edge id="1" source="29" target="1"><attvalues> <attvalue for="weight" value="1.9216" start="9.9626"/></attvalues> <spells><spell start="9.9626" end="900010" /></spells>  </edge> <edge id="2" source="29" target="2"><attvalues> <attvalue for="weight" value="1.9216" start="9.9626"/></attvalues> <spells><spell start="9.9626" end="900010" /></spells>  </edge> </edges></graph> </gexf> 

Statistics:Posted by miturian — 23 May 2012 15:25


]]>
2012-05-23T15:18:31+01:002012-05-23T15:18:31+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6495#p6495 <![CDATA[Re: Best practice for very dynamic network?]]>

CODE:

<attvalues><attvalue ... /></attvalues>

Statistics:Posted by admin — 23 May 2012 15:18


]]>
2012-05-23T15:15:16+01:002012-05-23T15:15:16+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6494#p6494 <![CDATA[Re: Best practice for very dynamic network?]]>

CODE:

<?xml version="1.0" encoding="UTF8"?> <gexf xmlns="http://www.gexf.net/1.2draft" xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance"xsi:schemaLocation="http://www.gexf.net/1.2drafthttp://www.gexf.net/1.2draft/gexf.xsd" version="1.2"> <meta lastmodifieddate="20090320"> <creator>Gephi.org</creator><description>A hello world! file</description><keywords>undefined</keywords> </meta> <graph mode="dynamic" timeformat="double" defaultedgetype="directed"><nodes><node id="1" /><node id="2" /><node id="29" /></nodes><edges><edge id="1" source="29" target="1"><attvalue for="weight" value="1.9216" start="9.9626"/><spells><spell start="9.9626" end="900010" /></spells>  </edge> <edge id="2" source="29" target="2"><attvalue for="weight" value="1.9216" start="9.9626"/><spells><spell start="9.9626" end="900010" /></spells>  </edge> </edges></graph> </gexf> 
gephi is now recognising that the network is dynamic - this may have been fixed by changing the spell-syntax, but I still get the same error-message for both edges.

Statistics:Posted by miturian — 23 May 2012 15:15


]]>
2012-05-23T13:21:14+01:002012-05-23T13:21:14+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6493#p6493 <![CDATA[Re: Best practice for very dynamic network?]]> Statistics:Posted by admin — 23 May 2012 13:21


]]>
2012-05-23T13:11:41+01:002012-05-23T13:11:41+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6492#p6492 <![CDATA[Re: Best practice for very dynamic network?]]> Check this page http://gexf.net/format/dynamics.html to see if everything is correct.

Eduardo

Statistics:Posted by eduramiba — 23 May 2012 13:11


]]>
2012-05-23T13:07:46+01:002012-05-23T13:07:46+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6491#p6491 <![CDATA[Re: Best practice for very dynamic network?]]> Statistics:Posted by miturian — 23 May 2012 13:07


]]>
2012-05-23T12:59:47+01:002012-05-23T12:59:47+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6490#p6490 <![CDATA[Re: Best practice for very dynamic network?]]> The right syntax for spells is:

CODE:

<spell start="9.9626" end="900010" />
Eduardo

Statistics:Posted by eduramiba — 23 May 2012 12:59


]]>
2012-05-23T10:42:16+01:002012-05-23T10:42:16+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6488#p6488 <![CDATA[Re: Best practice for very dynamic network?]]>
This is my header (as you can see, mostly copy-pasted from the primer):

CODE:

<?xml version="1.0" encoding="UTF8"?> <gexf xmlns="http://www.gexf.net/1.2draft" xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance"xsi:schemaLocation="http://www.gexf.net/1.2drafthttp://www.gexf.net/1.2draft/gexf.xsd" version="1.2"> <meta lastmodifieddate="20090320"> <creator>Gephi.org</creator><description>A hello world! file</description><keywords>undefined</keywords> </meta> <graph mode="dynamic" timeformat="double" defaultedgetype="directed">
and this is an example of an edge:

CODE:

<edge id="1" source="29" target="1"><attvalue for="weight" value="1.9216" start="9.9626"/><spells><spell> start="9.9626" end="900010" </spell></spells>  </edge> 
however, when I load the file into gephi, I get
The time interval for edge 'edge id=1' attribute could not be parsed. Use xsd:date, xsd:dateTime or Double formatting.
when I try to copy-paste that message, I get "org.gephi.io.importer.api.Issue@20547840SEVERE", which I suppose is the identifier?

gephi reports the loaded file as not dynamic.

Statistics:Posted by miturian — 23 May 2012 10:42


]]>
2012-05-16T13:53:52+01:002012-05-16T13:53:52+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6447#p6447 <![CDATA[Re: Best practice for very dynamic network?]]>
You can compress your GEXF file because Gephi handles ZIP and GZIP files.

Statistics:Posted by admin — 16 May 2012 13:53


]]>
2012-05-16T12:00:34+01:002012-05-16T12:00:34+01:00 https://forum-gephi.org/viewtopic.php?t=1875&p=6446#p6446 <![CDATA[[SOLVED] Best practice for very dynamic network?]]>
Is there a more generic way of describing time, instead of dates? seconds really make more sense in my data, so if I could just give a float, that would be pretty helpful?

Would something like

<edge id="10" source="0" target="3">
<attvalue for="weight" value="1" start="0"/>
<attvalue for="weight" value="1.1" start="1"/>
<attvalue for="weight" value="1.2" start="2"/>
<attvalue for="weight" value="1.1" start="3"/>
<attvalue for="weight" value="1" start="4"/>

<spells>
<spell> start="1" end="2" </spell>
<spell> start="3" end="5" </spell>
</spells>

</edge>

work? Can I change the edge-weight like that?

I think I saw something in the primer about values overwriting each other quite easily, so that's why I'm only giving start-times.

Of course I'm going to write a matlab script that creates the gexf-file, but it is still a quality that the file doesn't become too large, so unnecessary text should be avoided. It's also a quality that gephi can handle the file easily. Under those constraints, does anyone have suggestions to best practice?

Thanks

Statistics:Posted by miturian — 16 May 2012 12:00


]]>