ISupportSdcaLoss.DualLoss(Single, Single) Method

Definition

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.

Returns

Applies to