[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-10-06T13:32:03+01:00 https://forum-gephi.org/app.php/feed/topic/1437 2011-10-06T13:32:03+01:002011-10-06T13:32:03+01:00 https://forum-gephi.org/viewtopic.php?t=1437&p=4824#p4824 <![CDATA[Re: Dynamic attribute aggregation]]> Statistics:Posted by thehelt — 06 Oct 2011 13:32


]]>
2011-10-04T21:45:47+01:002011-10-04T21:45:47+01:00 https://forum-gephi.org/viewtopic.php?t=1437&p=4816#p4816 <![CDATA[Dynamic attribute aggregation]]>
I am looking to visualize web traffic over time. I have many time-stamped link clicks and want to build a dynamic graph where:
-Nodes represent websites
-Edges are directed and represent links from one website to another.

For any given time window, I want:
-Node sizes proportional to the in-degree of the node over the time window (ie, the number of people referred to the website over that time interval)
-Edges size proportional to the number of people who clicked on that link

I have looked over both gephi and gexf documentation and am not sure how to do this in the current frameworks, which only allow different values for things like size at specific times. However, what I want are values equal to the sum of attributes over arbitrary timewindows. One solution would be to pre-compute dynamic attributes like 'clicks over last 10 days', 'clicks over last 20 days' which would then give a dynamic graph over a fixed-width timewindow, but this seems hackish and does not allow easy comparison between different width timewindows. Any help would be much appreciated!

Statistics:Posted by zangend — 04 Oct 2011 21:45


]]>