Package org.android.activityminer.model.evaluation

Package class diagram package org.android.activityminer.model.evaluation
Data model - data types for evaluation, e.g. confusion matrix, evaluation result types.

See:
          Description

Class Summary
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.
EvaluationResultComparator An evaluation result comparator to sort evaluation results by the feature set size and relevance.
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.
 

Package org.android.activityminer.model.evaluation Description

Data model - data types for evaluation, e.g. confusion matrix, evaluation result types.