1 write to _halfSmoothConst
Microsoft.ML.Data (1)
Utils\LossFunctions.cs (1)
339
_halfSmoothConst
= _smoothConst / 2;
2 references to _halfSmoothConst
Microsoft.ML.Data (2)
Utils\LossFunctions.cs (2)
359
return u -
_halfSmoothConst
;
398
return dual * (1 - dual *
_halfSmoothConst
);