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

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

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

Subclasses of AbstractFeatureExtractorForDBRecordings in org.android.activityminer.logic.features
 class FeatureExtractorForAccDBRecordings
          A special feature extractor extension to extract features from the labeled time series recordings.
 class FeatureExtractorForDBRecordings
          A special feature extractor extension to extract features from the labeled time series recordings.
 

Fields in org.android.activityminer.logic.features declared as AbstractFeatureExtractorForDBRecordings
private  AbstractFeatureExtractorForDBRecordings<T> FeatureExtractionHelper.featureExtractor
          The feature extractor to use
 

Methods in org.android.activityminer.logic.features with parameters of type AbstractFeatureExtractorForDBRecordings
static
<T extends Enum<T> & Dimensions>
FeatureExtractionHelper<T>
FeatureExtractionHelper.createFeatureExtractionHelper(Context context, DBManager dbManager, Configuration config, AbstractFeatureExtractorForDBRecordings<T> featureExtractor, AbstractFeatureFactory<T> factory, boolean hasToAdaptToConfiguration)
          Method to create a feature extraction helper instance.
 

Constructors in org.android.activityminer.logic.features with parameters of type AbstractFeatureExtractorForDBRecordings
FeatureExtractionHelper(DBManager dbManager, Configuration config, AbstractFeatureExtractorForDBRecordings<T> featureExtractor, AbstractFeatureFactory<T> factory, Context context, boolean hasToAdaptToConfiguration)
          Constructor