|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FeatureTypeGroups>
org.android.activityminer.model.features.FeatureTypeGroups
public enum FeatureTypeGroups
The feature groups for combined display as graphview series.
Enum Constant Summary | |
---|---|
AccAxisAverages
The average axis accelerations. |
|
CrossCorrelationOfAcceleration
The cross correlation |
|
Entropy
Group for entropy features |
|
FFTCoefficients
Group for FFT coefficient features |
|
HorizontalMagnitude
The horizontal magnitude features. |
|
Latitude
The latitude features (max, min, avg). |
|
Longitude
The longitude features (max, min, avg). |
|
Magnitude
The magnitude features. |
|
MaxAccelerationAxisDifference
The maximum of the pairwise differences between the average axis accelerations. |
|
MaxLocationDistance
The maximum location distance |
|
MeanCrossingRate
The group for the magnitude zero crossing rate. |
|
RangeOfLocationData
The range of longitude, latitude and speed. |
|
RangeOfMagnitude
The range of the magnitude of acceleration as single view. |
|
SignalAmplitudes
Group for FFT based calculated amplitudes |
|
SignalFrequencies
Group for FFT based calculated frequencies |
|
SpectralEnergy
Group for spectral energy features |
|
Speed
The speed over ground (max, min, avg). |
|
StdDeviationOfMagnitude
The standard deviation of the magnitudes. |
|
VarianceOfMagnitude
The variance and standard deviation of the magnitudes. |
|
VerticalMagnitude
The vertical magnitude features. |
Method Summary | |
---|---|
int |
getDescriptionResourceId()
Getter for the feature description |
static FeatureTypeGroups |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FeatureTypeGroups[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 FeatureTypeGroups AccAxisAverages
public static final FeatureTypeGroups MaxAccelerationAxisDifference
public static final FeatureTypeGroups Magnitude
public static final FeatureTypeGroups HorizontalMagnitude
public static final FeatureTypeGroups VerticalMagnitude
public static final FeatureTypeGroups RangeOfMagnitude
public static final FeatureTypeGroups VarianceOfMagnitude
public static final FeatureTypeGroups StdDeviationOfMagnitude
public static final FeatureTypeGroups MeanCrossingRate
public static final FeatureTypeGroups SpectralEnergy
public static final FeatureTypeGroups FFTCoefficients
public static final FeatureTypeGroups SignalFrequencies
public static final FeatureTypeGroups SignalAmplitudes
public static final FeatureTypeGroups Entropy
public static final FeatureTypeGroups Longitude
public static final FeatureTypeGroups Latitude
public static final FeatureTypeGroups Speed
public static final FeatureTypeGroups RangeOfLocationData
public static final FeatureTypeGroups MaxLocationDistance
public static final FeatureTypeGroups CrossCorrelationOfAcceleration
Method Detail |
---|
public static FeatureTypeGroups[] values()
for (FeatureTypeGroups c : FeatureTypeGroups.values()) System.out.println(c);
public static FeatureTypeGroups 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 final int getDescriptionResourceId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |