Share via


IScalarLoss Interface

Definition

public interface IScalarLoss : Microsoft.ML.Trainers.ILossFunction<float,float>
type IScalarLoss = interface
    interface ILossFunction<single, single>
Public Interface IScalarLoss
Implements ILossFunction(Of Single, Single)
Derived
Implements

Methods

Derivative(Single, Single)

Derivative of the loss function with respect to output

Loss(TOutput, TLabel)

Computes the loss given the output and the ground truth. Note that the return value has type Double because the loss is usually accumulated over many instances.

(Inherited from ILossFunction<TOutput,TLabel>)

Applies to