4 references to SigmoidSlow
Microsoft.ML.Tests (4)
TrainerEstimators\TreeEstimators.cs (4)
569
sum += MathUtils.
SigmoidSlow
(sigmoidScale * (float)nativeResult1[j + i * _classNumber]);
573
double prob = MathUtils.
SigmoidSlow
(sigmoidScale * (float)nativeResult1[j + i * _classNumber]);
605
sum += MathUtils.
SigmoidSlow
((float)sigmoidScale * (float)nativeResult1[j + i * _classNumber]);
609
double prob = MathUtils.
SigmoidSlow
((float)sigmoidScale * (float)nativeResult1[j + i * _classNumber]);