From 640890c7b49492d150accff5c87b1eb25bd97a49 Mon Sep 17 00:00:00 2001 From: Meng Li <34143965+Meng6@users.noreply.github.com> Date: Tue, 13 Oct 2020 18:26:33 -0400 Subject: [PATCH] Update extracted.rst: AR --- docs/features/extracted.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/features/extracted.rst b/docs/features/extracted.rst index 69b2333e..526292b6 100644 --- a/docs/features/extracted.rst +++ b/docs/features/extracted.rst @@ -494,13 +494,12 @@ features Features to be computed, see table below ====================== ============== ============= Name Units Description ====================== ============== ============= -count rows Number of detect activity events (rows). +count rows Number of episodes. mostcommonactivity activity_type The most common ``activity_type``. If this feature is not unique the first ``activity_type`` of the set of most common ``activity_types`` is selected ordered by ``activity_type``. -countuniqueactivities activities Number of unique activities. -activitychangecount transitions Number of transitions between two different activities; still to running for example. -sumstationary minutes The total duration of episodes of still and tilting (phone) activities. -summobile minutes The total duration of episodes of on foot, running, and on bicycle activities -sumvehicle minutes The total duration of episodes of on vehicle activity +countuniqueactivities activity_type Number of unique ``activity_type``. +durationstationary minutes The total duration of episodes of still and tilting (phone) activities. +durationmobile minutes The total duration of episodes of on foot, running, and on bicycle activities +durationvehicle minutes The total duration of episodes of on vehicle activity ====================== ============== ============= **Assumptions/Observations:**