Uses of Package
org.android.activityminer.logic.timeseries

Packages that use org.android.activityminer.logic.timeseries
org.android.activityminer.app.filter GUI - Filter test screen and preferences. 
org.android.activityminer.app.recognizer GUI - Recognizer service and control activities for live classification in background. 
org.android.activityminer.app.recording GUI - Raw data sample recorder. 
org.android.activityminer.app.util GUI - Utility classes. 
org.android.activityminer.logic.features Logic layer - Feature implementation and the extraction logic. 
org.android.activityminer.logic.timeseries Logic layer - Components for time series segmentation. 
 

Classes in org.android.activityminer.logic.timeseries used by org.android.activityminer.app.filter
ObservableAccSensorScanner
          Implementation of an observable sensor scanner for accelerometer sensor observations.
ObservableSensorScanner
          Interface for types which are observable for sensor data observations and do act as sensor scanner.
 

Classes in org.android.activityminer.logic.timeseries used by org.android.activityminer.app.recognizer
GenericObservableCutoutCreator
          The generic observable cut-out creator is a worker thread, which does asynchronously extract fixed size cut-out from cached sensor observations.
ObservableSensorScanner
          Interface for types which are observable for sensor data observations and do act as sensor scanner.
 

Classes in org.android.activityminer.logic.timeseries used by org.android.activityminer.app.recording
GenericObservableCutoutCreator
          The generic observable cut-out creator is a worker thread, which does asynchronously extract fixed size cut-out from cached sensor observations.
ObservableSensorScanner
          Interface for types which are observable for sensor data observations and do act as sensor scanner.
 

Classes in org.android.activityminer.logic.timeseries used by org.android.activityminer.app.util
GenericObservableCutoutCreator
          The generic observable cut-out creator is a worker thread, which does asynchronously extract fixed size cut-out from cached sensor observations.
ObservableSensorScanner
          Interface for types which are observable for sensor data observations and do act as sensor scanner.
 

Classes in org.android.activityminer.logic.timeseries used by org.android.activityminer.logic.features
GenericObservableCutoutCreator
          The generic observable cut-out creator is a worker thread, which does asynchronously extract fixed size cut-out from cached sensor observations.
 

Classes in org.android.activityminer.logic.timeseries used by org.android.activityminer.logic.timeseries
AbstractObservableSensorScanner
          Generic and abstract implementation of an observable sensor scanner.
GenericObservableCutoutCreator
          The generic observable cut-out creator is a worker thread, which does asynchronously extract fixed size cut-out from cached sensor observations.
ObservableSensorScanner
          Interface for types which are observable for sensor data observations and do act as sensor scanner.
SensorScanner
          Interface for sensor scanner types to be associate with a sensor observation task, which does call the SensorScanner.doScan(Long) Method periodically.
TimerTask
          Interface for the timer task used by the observable sensor observation tasks.