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

Packages that use org.android.activityminer.model.evaluation
org.android.activityminer.app.evaluation GUI - Evaluation components for cross-validation on training data. 
org.android.activityminer.logic.evaluation Logic layer - Cross validation and related tools. 
org.android.activityminer.model.evaluation Data model - data types for evaluation, e.g. confusion matrix, evaluation result types. 
 

Classes in org.android.activityminer.model.evaluation used by org.android.activityminer.app.evaluation
EvaluationResult
          Result type for the evaluation of a single feature combination.
EvaluationResultCollection
          A collection of evaluation results.
 

Classes in org.android.activityminer.model.evaluation used by org.android.activityminer.logic.evaluation
EvaluationResult
          Result type for the evaluation of a single feature combination.
EvaluationResultCollection
          A collection of evaluation results.
 

Classes in org.android.activityminer.model.evaluation used by org.android.activityminer.model.evaluation
ConfusionMatrix
          Representation of the confusion matrix for the classes.
EvaluationResult
          Result type for the evaluation of a single feature combination.
EvaluationResultCollection
          A collection of evaluation results.
PerClassResult
          The evaluation per class result represented by TP, FP, TN and FN values.
PerClassStatistic
          The per class statistic does contain the metric values for a single class, created from the PerClassResult type.