public abstract class AbstractEvaluationTask extends Object implements Callable
| Constructor and Description |
|---|
AbstractEvaluationTask(MultiSearchCapable owner,
weka.core.Instances train,
weka.core.Instances test,
SetupGenerator generator,
Point<Object> values,
int folds,
int eval,
int classLabel)
Initializes the task.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
call()
Performs the evaluation.
|
void |
cleanUp()
Cleans up after the task finishes.
|
public AbstractEvaluationTask(MultiSearchCapable owner, weka.core.Instances train, weka.core.Instances test, SetupGenerator generator, Point<Object> values, int folds, int eval, int classLabel)
owner - the owning MultiSearch classifiertrain - the training datatest - the test data, can be nullgenerator - the generator to usevalues - the setup valuesfolds - the number of cross-validation foldseval - the type of evaluationclassLabel - the class label index (0-based; if applicable)Copyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.