Monday, July 18, 2011

Roadmap on what to do next

---------- Forwarded message ----------
From: "Cezary Bartosiak" <cezary.bartosiak@gmail.com>
Date: Jul 18, 2011 11:54 AM
Subject: Re: Roadmap on what to do next
To: "Joshua Herman" <zitterbewegung@gmail.com>
Cc: "Tanya Berger-Wolf" <tanyabw@uic.edu>

Hi,

These things should be done before you can rewrite:

* change DynamicStatistics interface to extend Statistics and remove DynamicStatisticsImpl
* Dynamic Statistics should also take a generic Interval

And these things can be done at the same time you rewrite:

* better Utility package for manipulating intervals:
- add
- remove (only the exact interval given)
- removeAll (all intervals in the window)
- union
- intersection
- difference
* remove unused variables, for instance low and high in DynamicModelImpl
* provide 3 types of snapshots:
- normal: enough when any of considered node/edge intervals overlap with a given time interval
- weak: enough when every of considered node/edge intervals overlap with a given time interval
- normal: enough when every of considered node/edge intervals is included in a given time interval

These two things, that should be done firstly, are very easy but I still have no time to do it :/ As you can see I develop several branches and this one has got lower priority to me. I would appreciate your help ;] Additionally I'm going to Scotland on Friday and come back on August 2nd.

If you have got questions related to these things don't hesitate to ask. I'll describe the idea related to generic interval soon.

On 16 July 2011 19:12, Cezary Bartosiak <cezary.bartosiak@gmail.com> wrote:
Hi,

I'm currently unable to use my PC - I contact you on Monday. I hope it won't be a big inconvenience.

Cheers,
Cezary

On 15 July 2011 22:47, Joshua Herman <zitterbewegung@gmail.com> wrote:
I was wondering where you want to take the dynamic statistics api.
Like whats on the roadmap and what I should refactor since I will be
rewriting it to support sliding windows? Thank you for your time.


Posted via email from The blog of a salty schemer.

0 comments: