Skip to content

Commit a6ff516

Browse files
Update sessionization.md
1 parent f80c87b commit a6ff516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sessionization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Sessionization is the act of turning event-based data into sessions. It is widel
66

77
Whereas, timeseries analysis, usually uses "Gaps and Islands" - if there are no measurements for a relatively extended interval, this causes a "gap"; and a cluster of several measurements, close, time-wise, to each other, causes an "island".
88

9-
|![1721159554705](https://github.com/user-attachments/assets/bd4dd71c-0254-4fd8-8f92-928bede5ab18)|
9+
|![Untitled drawing(21)](https://github.com/user-attachments/assets/ecdad674-9e7b-4568-bdf5-a15dc96233d4)|
1010
|:--:|
1111
|_Figure 2._ A session, for example, can be defined by threshold time such as if the next action is in a range of time greater than `T=50`, it defines the start of a new session.
1212

0 commit comments

Comments
 (0)