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

Packages that use org.android.activityminer.model.features
org.android.activityminer.app GUI - Base package with activites, services and related utility classes. 
org.android.activityminer.app.evaluation GUI - Evaluation components for cross-validation on training data. 
org.android.activityminer.app.features GUI - Feature value explorer components. 
org.android.activityminer.app.recognizer GUI - Recognizer service and control activities for live classification in background. 
org.android.activityminer.app.service GUI - Data mining background service, e.g. responsible for feature extraction, model creation, model evaluation and data import/export, 
org.android.activityminer.app.util GUI - Utility classes. 
org.android.activityminer.logic.classification Logic layer - classifiers, feature normalizer, PMML builder. 
org.android.activityminer.logic.configuration Logic layer - Global shared preference observer and configuration validator. 
org.android.activityminer.logic.evaluation Logic layer - Cross validation and related tools. 
org.android.activityminer.logic.features Logic layer - Feature implementation and the extraction logic. 
org.android.activityminer.logic.features.calculators Logic layer - Calculators for feature extraction. 
org.android.activityminer.logic.features.selection Logic layer - Preparation of the logic for automatic feature selection (not used yet). 
org.android.activityminer.model.classification Data model - Activity sample representations. 
org.android.activityminer.model.configuration Data model - Data types for preferences and configuration settings. 
org.android.activityminer.model.features Data model - feature types. 
org.android.activityminer.persistence The application persistence layer. 
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.app
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.app.evaluation
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.app.features
FeatureTypeGroups
          The feature groups for combined display as graphview series.
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
FeatureVector
          The lightweight feature vector representation which does just hold the calculated feature values accessible by their types.
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.app.recognizer
FeatureVector
          The lightweight feature vector representation which does just hold the calculated feature values accessible by their types.
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.app.service
ParcelableFeatureTypeSets
           
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.app.util
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.logic.classification
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.logic.configuration
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.logic.evaluation
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.logic.features
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
FeatureVector
          The lightweight feature vector representation which does just hold the calculated feature values accessible by their types.
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.logic.features.calculators
GeoLocation
          Internal location representation used for the maximum distance calculation.
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.logic.features.selection
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.model.classification
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
FeatureVector
          The lightweight feature vector representation which does just hold the calculated feature values accessible by their types.
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.model.configuration
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.model.features
FeatureCategory
          Feature categories based on the data source (e.g. location data or accelerometer data)
FeatureTypeGroups
          The feature groups for combined display as graphview series.
FeatureTypes
          The available dimensions for a feature stream (respectively the feature types).
FeatureVector
          The lightweight feature vector representation which does just hold the calculated feature values accessible by their types.
GeoLocation
          Internal location representation used for the maximum distance calculation.
ParcelableFeatureTypeSets
           
 

Classes in org.android.activityminer.model.features used by org.android.activityminer.persistence
FeatureVector
          The lightweight feature vector representation which does just hold the calculated feature values accessible by their types.
LabeledSample
          A LabeldSample does represent the features extracted from a cutOut of the multivariate time series data.