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