Datasets:
docs: udpate activity codes
Browse files
README.md
CHANGED
@@ -34,24 +34,24 @@ Every record is formatted as:
|
|
34 |
|
35 |
- **subject_id** – integer 1600–1650 uniquely identifying the volunteer
|
36 |
- **activity_code** – single ASCII letter A–S (the letter N is deliberately skipped) denoting the performed activity:
|
37 |
-
- A -
|
38 |
-
- B -
|
39 |
-
- C -
|
40 |
-
- D -
|
41 |
-
- E -
|
42 |
-
- F -
|
43 |
-
- G -
|
44 |
-
- H -
|
45 |
-
- I -
|
46 |
-
- J -
|
47 |
-
- K -
|
48 |
-
- L -
|
49 |
-
- M -
|
50 |
-
- O -
|
51 |
-
- P -
|
52 |
-
- Q -
|
53 |
-
- R -
|
54 |
-
- S -
|
55 |
- **timestamp** – Unix epoch in seconds
|
56 |
- **x, y, z** – instantaneous sensor readings for the corresponding device and modality
|
57 |
|
|
|
34 |
|
35 |
- **subject_id** – integer 1600–1650 uniquely identifying the volunteer
|
36 |
- **activity_code** – single ASCII letter A–S (the letter N is deliberately skipped) denoting the performed activity:
|
37 |
+
- "A" - walkling
|
38 |
+
- "B" - jogging
|
39 |
+
- "C" - stairs
|
40 |
+
- "D" - sitting
|
41 |
+
- "E" - standing
|
42 |
+
- "F" - typing
|
43 |
+
- "G" - tooth-brushing
|
44 |
+
- "H" - soup (eating)
|
45 |
+
- "I" - chips (eating)
|
46 |
+
- "J" - pasta (eating)
|
47 |
+
- "K" - driking
|
48 |
+
- "L" - sandwich (eating)
|
49 |
+
- "M" - kicking
|
50 |
+
- "O" - catch
|
51 |
+
- "P" - dribbling
|
52 |
+
- "Q" - writing
|
53 |
+
- "R" - clapping
|
54 |
+
- "S" - folding
|
55 |
- **timestamp** – Unix epoch in seconds
|
56 |
- **x, y, z** – instantaneous sensor readings for the corresponding device and modality
|
57 |
|