org.android.activityminer.logic.features.calculators
Interface PreparationCalculator<T extends Enum<T> & Dimensions>
- 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.
prepareObservation
void prepareObservation(SensorObservation<T,Double> observation)
- The preparation method for observations
- Parameters:
observation
- the observation to prepare for feature extraction