3 references to Coef2
Microsoft.ML.Core (3)
Utilities\MathUtils.cs (3)
581
float res = 1 + f + (f - 1) * f * ((Coef1 * f +
Coef2
) * f + Coef3);
620
float res = f + (f - 1) * f * ((Coef1 * f +
Coef2
) * f + Coef3);
660
float res = 1 + f + (f - 1) * f * ((Coef1 * f +
Coef2
) * f + Coef3);