1 write to _lowerBound
Microsoft.ML.KMeansClustering (1)
KMeansPlusPlusTrainer.cs (1)
1289
_lowerBound
= new float[MaxInstancesToAccelerate];
4 references to _lowerBound
Microsoft.ML.KMeansClustering (4)
KMeansPlusPlusTrainer.cs (4)
1307
_lowerBound
[n] = MathUtils.Sqrt(instanceNormSquared + secMinDistance);
1321
_lowerBound
[n] -= DeltaMax;
1330
return _upperBound[n] <
_lowerBound
[n];
1345
Contracts.Assert(AlmostLeq(
_lowerBound
[n], distance));