2 references to Defaults
Microsoft.ML.Data (2)
Utils\LossFunctions.cs (2)
312
public float SmoothingConst =
Defaults
.SmoothingConst;
335
public SmoothedHingeLoss(float smoothingConstant =
Defaults
.SmoothingConst)