interface PredictionBoundaryOptions
Modifier and Type | Method and Description |
---|---|
SGDVowpalWabbitBuilder |
maxPrediction(double max)
Largest prediction to output
|
SGDVowpalWabbitBuilder |
minPrediction(double min)
Smallest prediction to output
|
SGDVowpalWabbitBuilder minPrediction(double min)
min
- minimum prediction. InclusiveSGDVowpalWabbitBuilder maxPrediction(double max)
max
- maximum prediction. InclusiveCopyright © 2017. All rights reserved.