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)
450return MathUtils.ExpSlow(-_beta * truth * output); 456float factor = -_beta * truth;