org.android.activityminer.logic.features
Interface Feature

Package class diagram package Feature
All Known Implementing Classes:
AbstractFeature, CrossCorrelationFeature, EnergyFeature, EntropyFeature, MaxAccelerationAxisDifferenceFeature, MaxDistanceInLocationsFeature, MaximumFeature, MeanCrossingRateFeature, MeanFeature, MinimumFeature, PeakAmplitudeFeature, PeakFrequencyFeature, RangeFeature, StandardDeviationFeature, VarianceFeature

public interface Feature

Interface for features.


Method Summary
 FeatureTypes getFeatureType()
          Getter for the featureType
 Double getFeatureValue()
          Getter for the feature value
 

Method Detail

getFeatureValue

Double getFeatureValue()
Getter for the feature value

Returns:
the feature value

getFeatureType

FeatureTypes getFeatureType()
Getter for the featureType

Returns:
the featureType