Datasets:
docs: update activity codes decription
#1
by
timida
- opened
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" - Walking
|
38 |
+
- "B" - Jogging
|
39 |
+
- "C" - Stairs
|
40 |
+
- "D" - Sitting
|
41 |
+
- "E" - Standing
|
42 |
+
- "F" - Typing
|
43 |
+
- "G" - Brushing Teet
|
44 |
+
- "H" - Eating Soup
|
45 |
+
- "I" - Eating Chips
|
46 |
+
- "J" - Eating Pasta
|
47 |
+
- "K" - Driking from Cup
|
48 |
+
- "L" - Eating Sandwich
|
49 |
+
- "M" - Kicking (Soccer Ball)
|
50 |
+
- "O" - Playing Catch w/ Tennis Ball
|
51 |
+
- "P" - Dribbling (Basketball)
|
52 |
+
- "Q" - Writing
|
53 |
+
- "R" - Clapping
|
54 |
+
- "S" - Folding Clothes
|
55 |
- **timestamp** – Unix epoch in seconds
|
56 |
- **x, y, z** – instantaneous sensor readings for the corresponding device and modality
|
57 |
|