SmoothedHingeLoss(Single) Constructor
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.
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.