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
Why do you slice the data into sessions by fixed time window,then slice each session into windows by sliding log-based window? What is the advantages? how about comparison with simply slicing by sliding time window?
Why do you slice the data into sessions by fixed time window,then slice each session into windows by sliding log-based window? What is the advantages? how about comparison with simply slicing by sliding time window?