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

Packages that use org.android.activityminer.model.classification
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.selection Logic layer - Preparation of the logic for automatic feature selection (not used yet). 
org.android.activityminer.logic.util Logic layer - Utility components. 
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.persistence The application persistence layer. 
 

Classes in org.android.activityminer.model.classification used by org.android.activityminer.app.util
ClassifierTypes
          The enumeration with the known types of classifiers.
 

Classes in org.android.activityminer.model.classification used by org.android.activityminer.logic.classification
Activity
          The interface for the representations of activities in the classification context.
TrainingActivity
          The special activity representation for training with a reduced feature set.
 

Classes in org.android.activityminer.model.classification used by org.android.activityminer.logic.configuration
ClassifierTypes
          The enumeration with the known types of classifiers.
 

Classes in org.android.activityminer.model.classification used by org.android.activityminer.logic.evaluation
Activity
          The interface for the representations of activities in the classification context.
TrainingActivity
          The special activity representation for training with a reduced feature set.
 

Classes in org.android.activityminer.model.classification used by org.android.activityminer.logic.features.selection
Activity
          The interface for the representations of activities in the classification context.
ActivityByAttributeComparator
          A comparator for sorting activities by attribute values.
AttributeValueComparator
          A comparator for attribute values which can be NaN to indicate missing values.
TrainingActivity
          The special activity representation for training with a reduced feature set.
 

Classes in org.android.activityminer.model.classification used by org.android.activityminer.logic.util
Activity
          The interface for the representations of activities in the classification context.
TrainingActivity
          The special activity representation for training with a reduced feature set.
 

Classes in org.android.activityminer.model.classification used by org.android.activityminer.model.classification
Activity
          The interface for the representations of activities in the classification context.
ActivityImpl
          The activity representation for classification.
AttributeValueComparator
          A comparator for attribute values which can be NaN to indicate missing values.
ClassifierTypes
          The enumeration with the known types of classifiers.
TrainingActivity
          The special activity representation for training with a reduced feature set.
 

Classes in org.android.activityminer.model.classification used by org.android.activityminer.model.configuration
ClassifierTypes
          The enumeration with the known types of classifiers.
 

Classes in org.android.activityminer.model.classification used by org.android.activityminer.persistence
TrainingActivity
          The special activity representation for training with a reduced feature set.