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

Packages that use org.android.activityminer.logic.classification
org.android.activityminer.app.recognizer GUI - Recognizer service and control activities for live classification in background. 
org.android.activityminer.logic.classification Logic layer - classifiers, feature normalizer, PMML builder. 
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). 
 

Classes in org.android.activityminer.logic.classification used by org.android.activityminer.app.recognizer
Classifier
          Interface for classifiers.
PredictionResult
          Prediction result of classification.
 

Classes in org.android.activityminer.logic.classification used by org.android.activityminer.logic.classification
Classifier
          Interface for classifiers.
ModelCreationHelper
          A class to delegate model creation to.
ModelCreationThread
          The model creation thread.
Normalizer
          Interface for attribute value normalizers
PredictionResult
          Prediction result of classification.
 

Classes in org.android.activityminer.logic.classification used by org.android.activityminer.logic.evaluation
Classifier
          Interface for classifiers.
 

Classes in org.android.activityminer.logic.classification used by org.android.activityminer.logic.features.selection
Classifier
          Interface for classifiers.