C
- a classifier class for which this PaameterSweep is properly
defined.public static interface TrainingUtils.ParameterSweep<C extends Classifier>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNextParameter(C classifier)
Returns true if the sweep for the given classifier is not yet
finished.
|
void |
initializeParameter(C classifier)
Initializes the parameter that shall be swept.
|
void |
noteOptimal(C classifier)
This is called if the current value of the parameter is considered
optimal.
|
void |
setNextParameter(C classifier)
Sets the next parameter for the given classifier.
|
void initializeParameter(C classifier)
classifier
- the classifier for which a parameter shall be
swept.void setNextParameter(C classifier)
classifier
- the classifier for which a parameter shall be
swept.boolean hasNextParameter(C classifier)
classifier
- the classifier for which a parameter shall be
swept.void noteOptimal(C classifier)
classifier
- the classifier for which a parameter shall be
swept.Copyright © 2014. All rights reserved.