public interface MultiLabelObjective extends SGDObjective<SGDVector>
An objective knows if it generates a probabilistic model or not, and what kind of normalization needs to be applied to produce probability values.
Modifier and Type | Method and Description |
---|---|
VectorNormalizer |
getNormalizer()
Generates a new
VectorNormalizer which normalizes the predictions into a suitable format. |
boolean |
isProbabilistic()
Does the objective function score probabilities or not?
|
double |
threshold()
The default prediction threshold for creating the output.
|
lossAndGradient
VectorNormalizer getNormalizer()
VectorNormalizer
which normalizes the predictions into a suitable format.boolean isProbabilistic()
double threshold()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.