2 references to LogTolerance
Microsoft.ML.Core (2)
Utilities\MathUtils.cs (2)
223
float cutoff = max -
LogTolerance
;
255
if (float.IsNegativeInfinity(max) || negDiff < -
LogTolerance
)