Package | Description |
---|---|
de.unibi.techfak.scie.classifiers |
Modifier and Type | Method and Description |
---|---|
static <C extends Classifier> |
TrainingUtils.crossValidationSweep(ArrayList<LabeledDataPoint> trainingData,
C classifier,
int folds,
int times,
TrainingUtils.ParameterSweep<C> sweep,
Comparator<ClassifierEvaluation> comparator,
boolean verbose)
Does the cross validation but does the given parameter sweep in an outer
loop.
|
static <C extends Classifier> |
TrainingUtils.simpleParameterSweep(ArrayList<LabeledDataPoint> trainingData,
C classifier,
double testRatio,
TrainingUtils.ParameterSweep<C> sweep,
int times,
Comparator<ClassifierEvaluation> comparator,
boolean verbose)
Does the simple training but does the given parameter sweep in an outer
loop.
|
Copyright © 2014. All rights reserved.