[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
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •calculate edge weight dependent on time!
Page 1 of 1

calculate edge weight dependent on time!

Posted: 06 Jun 2015 21:48
by keuchenius8
Hi there,

I have problem; and couldnot find the answer at other posts on the forum

During importing, Gephi automatically calculates the weight of edges based on how often the edge occurs and the weight of each edge. For example, when I have 3 edges connecting a to b, all with weight 0.2, say, gephi imports this as one edge a to b with weight 0.6.
However, this should not be done like this as my data is dependent on time! Not every edge was created at the same time.

My usual way of learning Gephi about the time dimension of my data is by importing the begin date as an attribute (string), and after importing I merge this 'begin date' column and another empty column with the end date into one 'dynamic time interval'. This worked fine uptil now, when I suddenly start to work with edge weights that are changing (though only increasing) in time.

Can someone help me out of here?

Thanks a lot!!

Re: calculate edge weight dependent on time!

Posted: 06 Jun 2015 21:49
by keuchenius8
p.s. I import using csv files, and would prefer to keep on doing this if possible..