[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) 2011-07-25T07:37:14+01:00 https://forum-gephi.org/app.php/feed/topic/1250 2011-07-25T07:37:14+01:002011-07-25T07:37:14+01:00 https://forum-gephi.org/viewtopic.php?t=1250&p=4031#p4031 <![CDATA[Re: Difference in performance for nbr of spells?]]>
Indeed I want continuous time, so that's version 2.

I wrote a script working in Excel which converts spells from Version 1 to Version 2, working with dates formatted like in the example. Anybody interested can drop me an email to get it.

Best,

Clement

Statistics:Posted by seinecle — 25 Jul 2011 07:37


]]>
2011-07-24T22:23:15+01:002011-07-24T22:23:15+01:00 https://forum-gephi.org/viewtopic.php?t=1250&p=4027#p4027 <![CDATA[Re: Difference in performance for nbr of spells?]]>
Here it is not an issue of how Gephi behaves but pure data consistency. The first version says that, for instance, the element DOES NOT EXISTS on the continuous period between 2005.0 and 2005.1.

I'm not sure if this what you want.

Statistics:Posted by admin — 24 Jul 2011 22:23


]]>
2011-07-22T15:13:22+01:002011-07-22T15:13:22+01:00 https://forum-gephi.org/viewtopic.php?t=1250&p=3961#p3961 <![CDATA[[SOLVED] Difference in performance for nbr of spells?]]>
I have a script which generates spells for every time period, even when they are consecutive:

VERSION 1
<spell start = "2005.0" end="2005.0">
<spell start = "2005.1" end="2005.1">
<spell start = "2005.2" end="2005.2">
<spell start = "2005.3" end="2005.3">
<spell start = "2005.8" end="2005.8">

Obviously it would save space to have instead:

VERSION 2
<spell start = "2005.0" end="2005.3">
<spell start = "2005.8" end="2005.8">

My question is, is VERSION 2 leading to better computational performances or better memory management than VERSION 1 when I export the gexf in GEPHI? (I'll have 100,000 spells or more). Is it worth writing a script to convert my gexf to VERSION 2?

Thx!

Clement

Statistics:Posted by seinecle — 22 Jul 2011 15:13


]]>