5 references to SigmoidSlow
Microsoft.ML.StandardTrainers (1)
FactorizationMachine\FieldAwareFactorizationMachineUtils.cs (1)
132
value = MathUtils.
SigmoidSlow
(value);
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]);