ISupportSdcaLoss.DualLoss(Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The dual loss function for a training example. If f(x) denotes the loss function on an individual training example, then this function returns -f*(-x*), where f*(x*) is the Fenchel conjugate of f(x).
public double DualLoss (float label, float dual);
abstract member DualLoss : single * single -> double
Public Function DualLoss (label As Single, dual As Single) As Double
Parameters
- label
- Single
The label of the example.
- dual
- Single
The dual variable of the example.