You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after checking your code for the sliding window, I am thinking maybe you can also provide an implementation that takes two parameters -- window size and sliding interval.
Hi,
after checking your code for the sliding window, I am thinking maybe you can also provide an implementation that takes two parameters -- window size and sliding interval.
also, maybe you can consider the implementation of tumbling windows as well.
ref: https://stackoverflow.com/questions/12602368/sliding-vs-tumbling-windows
I am new to Haskell. If I make some incorrect observations here, please ignore my notes.
Thanks for this nice work!
The text was updated successfully, but these errors were encountered: