public class DefaultEvaluationTask extends AbstractEvaluationTask
| Constructor and Description |
|---|
DefaultEvaluationTask(MultiSearchCapable owner,
weka.core.Instances train,
weka.core.Instances test,
SetupGenerator generator,
Point<Object> values,
int folds,
int eval,
int classLabel)
Initializes the task.
|
public DefaultEvaluationTask(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 © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.