|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FeatureTypes>
org.android.activityminer.model.features.FeatureTypes
public enum FeatureTypes
The available dimensions for a feature stream (respectively the feature types).
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface android.os.Parcelable |
---|
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T> |
Enum Constant Summary | |
---|---|
AverageAxisX
The average x axis acceleration. |
|
AverageAxisY
The average y axis acceleration. |
|
AverageAxisZ
The average z axis acceleration. |
|
AverageHorizontalMagnitude
The average magnitude of horizontal acceleration. |
|
AverageLatitude
The average latitude. |
|
AverageLongitude
The average longitude. |
|
AverageMagnitude
The average magnitude of linear acceleration. |
|
AverageSpeed
The average speed (m/s). |
|
AverageVerticalMagnitude
The average magnitude of vertical acceleration. |
|
EnergyOfHorizontalMagnitude
The energy of the magnitude of horizontal acceleration. |
|
EnergyOfMagnitude
The energy of the magnitude of linear acceleration. |
|
EnergyOfVerticalMagnitude
The energy of the magnitude of vertical acceleration. |
|
MaxAccelerationAxisDifference
The maximum of the pairwise differences between the average axis accelerations. |
|
MaxDistanceInLocations
The maximum distance between the longitude and latitude values of all locations. |
|
MaximumHorizontalMagnitude
The maximum magnitude of horizontal acceleration. |
|
MaximumLatitude
The maximum latitude. |
|
MaximumLongitude
The maximum longitude. |
|
MaximumMagnitude
The maximum magnitude of linear acceleration. |
|
MaximumSpeed
The maximum speed (m/s). |
|
MaximumVerticalMagnitude
The maximum magnitude of vertical acceleration. |
|
MeanCrossingRateOfHorizontalMagnitude
The Mean-Crossing Rate of the magnitude of horizontal acceleration. |
|
MeanCrossingRateOfMagnitude
The Mean-Crossing Rate of the magnitude of linear acceleration. |
|
MeanCrossingRateOfVerticalMagnitude
The Mean-Crossing Rate of the magnitude of vertical acceleration. |
|
MinimumHorizontalMagnitude
The minimum magnitude of horizontal acceleration. |
|
MinimumLatitude
The minimum latitude. |
|
MinimumLongitude
The minimum longitude. |
|
MinimumMagnitude
The minimum magnitude of linear acceleration. |
|
MinimumSpeed
The minimum speed (m/s). |
|
MinimumVerticalMagnitude
The minimum magnitude of vertical acceleration. |
|
PeakAmplitudeOfHorizontalMagnitude
The amplitude of the peak frequency of the magnitude of horizontal acceleration. |
|
PeakAmplitudeOfMagnitude
The amplitude of the peak frequency of the magnitude of linear acceleration. |
|
PeakAmplitudeOfVerticalMagnitude
The amplitude of the peak frequency of the magnitude of vertical acceleration. |
|
PeakFrequencyOfHorizontalMagnitude
The peak frequency of the magnitude of horizontal acceleration. |
|
PeakFrequencyOfMagnitude
The peak frequency of the magnitude of linear acceleration. |
|
PeakFrequencyOfVerticalMagnitude
The peak frequency of the magnitude of vertical acceleration. |
|
RangeOfHorizontalMagnitude
The range of the horizontal magnitude of acceleration. |
|
RangeOfLatitude
The range of latitude (difference between maximum and minimum). |
|
RangeOfLongitude
The range of longitude (difference between maximum and minimum). |
|
RangeOfMagnitude
The range of the linear magnitude of acceleration (difference between maximum and minimum). |
|
RangeOfSpeed
The range of speed (difference between maximum and minimum). |
|
RangeOfVerticalMagnitude
The range of the vertical magnitude of acceleration. |
|
SignalEntropyOfHorizontalMagnitude
The entropy of the of the magnitude of horizontal acceleration. |
|
SignalEntropyOfMagnitude
The entropy of the of the magnitude of linear acceleration. |
|
SignalEntropyOfVerticalMagnitude
The entropy of the of the magnitude of vertical acceleration. |
|
StandardDeviationOfHorizontalMagnitude
The standard deviation of the magnitude of horizontal acceleration. |
|
StandardDeviationOfMagnitude
The standard deviation of the magnitude of linear acceleration. |
|
StandardDeviationOfVerticalMagnitude
The standard deviation of the magnitude of vertical acceleration. |
|
VarianceOfHorizontalMagnitude
The variance in the magnitude of horizontal acceleration. |
|
VarianceOfMagnitude
The variance (squared standard deviation) in the magnitude of linear acceleration. |
|
VarianceOfVerticalMagnitude
The variance in the magnitude of vertical acceleration. |
|
VerticalAndHorizontalCorrelation
The cross correlation of vertical and horizontal acceleration. |
Field Summary | |
---|---|
private static FeatureTypes[] |
accerometerFeatures
The known features. |
static Parcelable.Creator<FeatureTypes> |
CREATOR
The Parcelable creator. |
private static FeatureTypes[] |
knownFeatures
The known features. |
private static FeatureTypes[] |
visibleFeatures
The visible features for the user. |
Fields inherited from interface android.os.Parcelable |
---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
Method Summary | |
---|---|
int |
describeContents()
|
static FeatureTypes[] |
getAccelerometerFeatures()
Method to request the accelerometer features. |
static int |
getColor(FeatureTypes type)
Getter for a identifying color. |
static Comparator<FeatureTypes> |
getComparator()
Does create a comparator for feature types. |
static int |
getDescriptionResourceId(FeatureTypes type)
Getter for the feature description resource identifier |
static FeatureTypeGroups |
getGroup(FeatureTypes type)
Getter for the feature group. |
static FeatureTypes[] |
getKnownFeatures()
Method to request the known features for extraction. |
static int |
getShortGraphDescriptionResourceId(FeatureTypes type)
Getter for the short curve description resource identifier |
static FeatureTypes[] |
getVisibleFeatures()
Method to request the visible features. |
static FeatureTypes[] |
getVisibleFeatures(Configuration configuration)
Method to request the visible features for a given configuration. |
static boolean |
isAccelerometerFeature(FeatureTypes type)
Test method if a feature is an accelerometer feature. |
static boolean |
isFrequencyDomainFeature(FeatureTypes featureType)
Test method if a feature is a frequency domain feature |
static boolean |
isHorizontalAccelerationFeature(FeatureTypes featureType)
Test method if a feature is a horizontal acceleration feature |
static boolean |
isKnown(FeatureTypes type)
Test method if a feature is known. |
static boolean |
isLinearAccelrationFeature(FeatureTypes featureType)
Test method if a feature is a linear acceleration feature |
static boolean |
isVerticalAccelerationFeature(FeatureTypes featureType)
Test method if a feature is a vertical acceleration feature |
static boolean |
isVisible(FeatureTypes type)
Test method if a feature is just defined for internal usage (exploration). |
static FeatureTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FeatureTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
void |
writeToParcel(Parcel dest,
int flags)
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FeatureTypes AverageAxisX
public static final FeatureTypes AverageAxisY
public static final FeatureTypes AverageAxisZ
public static final FeatureTypes MaxAccelerationAxisDifference
public static final FeatureTypes AverageMagnitude
public static final FeatureTypes AverageHorizontalMagnitude
public static final FeatureTypes AverageVerticalMagnitude
public static final FeatureTypes MinimumMagnitude
public static final FeatureTypes MinimumHorizontalMagnitude
public static final FeatureTypes MinimumVerticalMagnitude
public static final FeatureTypes MaximumMagnitude
public static final FeatureTypes MaximumHorizontalMagnitude
public static final FeatureTypes MaximumVerticalMagnitude
public static final FeatureTypes RangeOfMagnitude
public static final FeatureTypes RangeOfHorizontalMagnitude
public static final FeatureTypes RangeOfVerticalMagnitude
public static final FeatureTypes VarianceOfMagnitude
public static final FeatureTypes VarianceOfHorizontalMagnitude
public static final FeatureTypes VarianceOfVerticalMagnitude
public static final FeatureTypes StandardDeviationOfMagnitude
public static final FeatureTypes StandardDeviationOfHorizontalMagnitude
public static final FeatureTypes StandardDeviationOfVerticalMagnitude
public static final FeatureTypes MeanCrossingRateOfMagnitude
public static final FeatureTypes MeanCrossingRateOfHorizontalMagnitude
public static final FeatureTypes MeanCrossingRateOfVerticalMagnitude
public static final FeatureTypes EnergyOfMagnitude
public static final FeatureTypes EnergyOfHorizontalMagnitude
public static final FeatureTypes EnergyOfVerticalMagnitude
public static final FeatureTypes PeakFrequencyOfMagnitude
public static final FeatureTypes PeakFrequencyOfHorizontalMagnitude
public static final FeatureTypes PeakFrequencyOfVerticalMagnitude
public static final FeatureTypes PeakAmplitudeOfMagnitude
public static final FeatureTypes PeakAmplitudeOfHorizontalMagnitude
public static final FeatureTypes PeakAmplitudeOfVerticalMagnitude
public static final FeatureTypes SignalEntropyOfMagnitude
public static final FeatureTypes SignalEntropyOfHorizontalMagnitude
public static final FeatureTypes SignalEntropyOfVerticalMagnitude
public static final FeatureTypes VerticalAndHorizontalCorrelation
public static final FeatureTypes AverageLongitude
public static final FeatureTypes AverageLatitude
public static final FeatureTypes AverageSpeed
public static final FeatureTypes MinimumLongitude
public static final FeatureTypes MinimumLatitude
public static final FeatureTypes MinimumSpeed
public static final FeatureTypes MaximumLongitude
public static final FeatureTypes MaximumLatitude
public static final FeatureTypes MaximumSpeed
public static final FeatureTypes RangeOfLongitude
public static final FeatureTypes RangeOfLatitude
public static final FeatureTypes RangeOfSpeed
public static final FeatureTypes MaxDistanceInLocations
Field Detail |
---|
private static FeatureTypes[] knownFeatures
private static FeatureTypes[] visibleFeatures
private static FeatureTypes[] accerometerFeatures
public static final Parcelable.Creator<FeatureTypes> CREATOR
Method Detail |
---|
public static FeatureTypes[] values()
for (FeatureTypes c : FeatureTypes.values()) System.out.println(c);
public static FeatureTypes valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static final FeatureTypeGroups getGroup(FeatureTypes type)
type
- the feature type
public static final int getShortGraphDescriptionResourceId(FeatureTypes type)
type
- the feature type
public static final int getDescriptionResourceId(FeatureTypes type)
type
- the feature type
public static final FeatureTypes[] getKnownFeatures()
public static final boolean isKnown(FeatureTypes type)
type
- the feature type
public static final FeatureTypes[] getVisibleFeatures()
public static final FeatureTypes[] getVisibleFeatures(Configuration configuration)
configuration
- the configuration
public static final boolean isVisible(FeatureTypes type)
type
- the feature type
public static final FeatureTypes[] getAccelerometerFeatures()
public static final boolean isAccelerometerFeature(FeatureTypes type)
type
- the feature type
public static final int getColor(FeatureTypes type)
type
- the feature type
public static final boolean isVerticalAccelerationFeature(FeatureTypes featureType)
featureType
- the feature type to test
public static final boolean isHorizontalAccelerationFeature(FeatureTypes featureType)
featureType
- the feature type to test
public static final boolean isLinearAccelrationFeature(FeatureTypes featureType)
featureType
- the feature type to test
public static final boolean isFrequencyDomainFeature(FeatureTypes featureType)
featureType
- the feature type to test
public static final Comparator<FeatureTypes> getComparator()
public final int describeContents()
describeContents
in interface Parcelable
public final void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |