Package org.android.activityminer.model.timeseries

Package class diagram package org.android.activityminer.model.timeseries
Data model - Data types for sensor observations and time series representation.

See:
          Description

Interface Summary
Dimensions Interface for dimension enumerations, for a quick and type safe dimension access.
SensorObservation<T extends Enum<T> & Dimensions,U> Generic interface for a sensor observation, which contains a time stamp and sensor values for a given sensor value dimension type.
SensorObservationCutout<T extends Enum<T> & Dimensions,U> Interface for sensor observation cut-out types.
 

Class Summary
AbstractSensorObservation<T extends Enum<T> & Dimensions> The abstract base implementation for sensor observations.
AccSensorObservationImpl Implementation of a sensor data observation from the accelerometer sensor.
DimensionIds The unique dimension identifiers
LabeledRecording<T extends Enum<T> & Dimensions> A wrapper for sensor observations cut-outs associated with an activity label and a recording time stamp.
SensorObservationCache<T extends Enum<T> & Dimensions,U> Cache for sensor observations.
SensorObservationCutoutImpl<T extends Enum<T> & Dimensions,U> A sensor observation cut-out does hold a subsequence of a longer time series of sensor observations.
SensorObservationImpl Implementation of the sensor data observation for all known sensors.
 

Enum Summary
AccSensorObservationDimensions The dimensions of a accelerometer sensor observation.
SensorObservationDimensions The dimensions for the sensor data observation from all known sensors.
 

Package org.android.activityminer.model.timeseries Description

Data model - Data types for sensor observations and time series representation.