org.android.activityminer.logic.features
Class AbstractFeature
java.lang.Object
org.android.activityminer.logic.features.AbstractFeature
- All Implemented Interfaces:
- Feature
- Direct Known Subclasses:
- CrossCorrelationFeature, EnergyFeature, EntropyFeature, MaxAccelerationAxisDifferenceFeature, MaxDistanceInLocationsFeature, MaximumFeature, MeanCrossingRateFeature, MeanFeature, MinimumFeature, PeakAmplitudeFeature, PeakFrequencyFeature, RangeFeature, VarianceFeature
public abstract class AbstractFeature
- extends Object
- implements Feature
Base class for a feature, which is associated with a concrete feature type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
featureType
protected final FeatureTypes featureType
- The feature type.
AbstractFeature
public AbstractFeature(FeatureTypes featureType)
- Constructor
- Parameters:
featureType
- the feature type
getFeatureType
public final FeatureTypes getFeatureType()
- Description copied from interface:
Feature
- Getter for the featureType
- Specified by:
getFeatureType
in interface Feature
- Returns:
- the featureType