KNN
technique
KNN looks at the handful of closest examples to a point and uses them to label or score it. We used KNN distances as the input to a cleanup tool that tried to spot mislabeled crops.
For engineers: distance-based lookup of the k closest vectors; here the distance signal under a Cleanlab label-error pass.