zhengruifeng commented on pull request #35457:
URL: https://github.com/apache/spark/pull/35457#issuecomment-1046570349


   > Do existing call sites bind to the new method?
   
   NO.
   
   existing two methods are used in `DistanceMeasure` and 
`DistanceMeasureSuite`;
   
   but `def findClosest(centers: Array[VectorWithNorm], point: VectorWithNorm)` 
is also used in KMeans initialization algorithm `initKMeansParallel` and  
`BisectingKMeans`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to