org.android.activityminer.logic.features.calculators
Interface PreparationCalculator<T extends Enum<T> & Dimensions>

Package class diagram package PreparationCalculator
Type Parameters:
T - the value type
All Known Implementing Classes:
VerticalHoricontalMagnitudeCalculator

public interface PreparationCalculator<T extends Enum<T> & Dimensions>

Interface for a preparation calculators, which is executed before other calculators are invoked on sensor observations.


Method Summary
 void prepareObservation(SensorObservation<T,Double> observation)
          The preparation method for observations
 

Method Detail

prepareObservation

void prepareObservation(SensorObservation<T,Double> observation)
The preparation method for observations

Parameters:
observation - the observation to prepare for feature extraction