Uses of Class
org.android.activityminer.logic.features.FeatureExtractionConfiguration

Packages that use FeatureExtractionConfiguration
org.android.activityminer.logic.features Logic layer - Feature implementation and the extraction logic. 
 

Uses of FeatureExtractionConfiguration in org.android.activityminer.logic.features
 

Fields in org.android.activityminer.logic.features declared as FeatureExtractionConfiguration
private  FeatureExtractionConfiguration<T> AbstractFeatureExtractor.featureConfiguration
          The feature configuration composed of the features and the associated shared calculators.
 

Methods in org.android.activityminer.logic.features that return FeatureExtractionConfiguration
 FeatureExtractionConfiguration<T> AbstractFeatureFactory.create(FeatureTypes[] featureTypes, long sampleRate)
          Method to create the necessary feature and calculator types for the extraction of a given set of feature types.