|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.logic.features.FeatureExtractionConfiguration<T>
T
- the enumeration type for the dimensionspublic class FeatureExtractionConfiguration<T extends Enum<T> & Dimensions>
A simple type to hold a configuration of features and associated calculators for the feature extraction task.
Field Summary | |
---|---|
Feature[] |
features
The collection of features . |
PreparationCalculator<T> |
preCalculator
The preparation calculator |
Collection<Calculator<?>> |
sharedCalculators
The collection of shared calculators. |
Constructor Summary | |
---|---|
FeatureExtractionConfiguration(Collection<Calculator<?>> sharedCalculators,
Feature[] features,
PreparationCalculator<T> preCalculator)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Collection<Calculator<?>> sharedCalculators
public final Feature[] features
public final PreparationCalculator<T extends Enum<T> & Dimensions> preCalculator
Constructor Detail |
---|
public FeatureExtractionConfiguration(Collection<Calculator<?>> sharedCalculators, Feature[] features, PreparationCalculator<T> preCalculator)
sharedCalculators
- the set of shared calculators.features
- the set of featurespreCalculator
- preparation calculator for sensor observations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |