2 writes to _beta
Microsoft.ML.Data (2)
Utils\LossFunctions.cs (2)
439
_beta
= options.Beta;
444
_beta
= beta;
2 references to _beta
Microsoft.ML.Data (2)
Utils\LossFunctions.cs (2)
450
return MathUtils.ExpSlow(-
_beta
* truth * output);
456
float factor = -
_beta
* truth;