2 references to FloatingPointErrorThreshold
Microsoft.ML.KMeansClustering (2)
KMeansPlusPlusTrainer.cs (2)
1534
if (Math.Abs(a - b) <
FloatingPointErrorThreshold
)
1546
if (relativeError <
FloatingPointErrorThreshold
)