|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidationStrategy
Interface for validation algorithms.
Method Summary | |
---|---|
EvaluationResult |
eval(Set<FeatureTypes> visibleAttributes,
Classifier classifier)
Does evaluate the classification results for the given classifier and visible attributes. |
double |
getAvgPreditionTime()
Getter for the average time to predict an activity |
double |
getAvgTrainingTime()
Getter for the average time to train an activity sample. |
String |
getDescription()
Getter for the evaluation strategy description. |
double |
getMaxPreditionTime()
Getter for the maximum prediction time |
double |
getMinPreditionTime()
Getter for the minimum prediction time |
void |
prepare(List<TrainingActivity> trainingActivities)
Method for preparation with the set of training activities. |
Method Detail |
---|
String getDescription()
void prepare(List<TrainingActivity> trainingActivities)
trainingActivities
- the set of training activities.EvaluationResult eval(Set<FeatureTypes> visibleAttributes, Classifier classifier)
visibleAttributes
- the visible attributes for evaluationclassifier
- the classifier to use for evaluation
double getAvgPreditionTime()
double getMaxPreditionTime()
double getMinPreditionTime()
double getAvgTrainingTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |