SmoothedHingeLoss(Single) Constructor

Definition

Constructor for smoothed hinge losee.

public SmoothedHingeLoss (float smoothingConstant = 1);
new Microsoft.ML.Trainers.SmoothedHingeLoss : single -> Microsoft.ML.Trainers.SmoothedHingeLoss
Public Sub New (Optional smoothingConstant As Single = 1)

Parameters

smoothingConstant
Single

The smoothing constant.

Applies to