Uses of Package
org.android.activityminer.logic.features

Packages that use org.android.activityminer.logic.features
org.android.activityminer.app.db GUI - Database management components. 
org.android.activityminer.app.recognizer GUI - Recognizer service and control activities for live classification in background. 
org.android.activityminer.logic.features Logic layer - Feature implementation and the extraction logic. 
org.android.activityminer.logic.util Logic layer - Utility components. 
 

Classes in org.android.activityminer.logic.features used by org.android.activityminer.app.db
FeatureExtractionHelper
           
FeatureExtractionHelper.ProgressEvent
          The observable progress event (to notify progress on a single sequence processing)
 

Classes in org.android.activityminer.logic.features used by org.android.activityminer.app.recognizer
AbstractFeatureExtractor
          The feature extractor for sensor observations is a thread based component.
 

Classes in org.android.activityminer.logic.features used by org.android.activityminer.logic.features
AbstractCutoutFeatureExtractor
          The cut/out feature extractor is a feature extractor with an integrated cut-out creator component ObservableCutoutCreator, which is connected to its own in port for sensor observation cut-outs.
AbstractFeature
          Base class for a feature, which is associated with a concrete feature type.
AbstractFeatureExtractor
          The feature extractor for sensor observations is a thread based component.
AbstractFeatureExtractorForDBRecordings
          A abstract feature extractor implementation to extract features from the labeled time series recordings.
AbstractFeatureFactory
          A factory to construct the necessary runtime representation of features and their associated calculators for a given set of feature types.
Feature
          Interface for features.
FeatureExtractionConfiguration
          A simple type to hold a configuration of features and associated calculators for the feature extraction task.
FeatureExtractionHelper
           
FeatureExtractionHelper.Entry
          Helper class for time stamp lookups
FeatureExtractionHelper.ProgressEvent
          The observable progress event (to notify progress on a single sequence processing)
FeatureFactoryForAccSensorObservations
          Feature factory implementation for accelerometer sensor observations
FeatureFactoryForSensorObservations
          Feature factory implementation for sensor observations
FeatureVectorExportThread
          The thread for feature vector export to csv file.
VarianceFeature
          Implementation of the variance (squared standard deviation) feature, which is an extended feature based on the mean feature value.
 

Classes in org.android.activityminer.logic.features used by org.android.activityminer.logic.util
AbstractFeatureFactory
          A factory to construct the necessary runtime representation of features and their associated calculators for a given set of feature types.