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)
359return u - _halfSmoothConst; 398return dual * (1 - dual * _halfSmoothConst);