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