Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19340#discussion_r142001964
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeans.scala ---
    @@ -246,14 +271,16 @@ class KMeans private (
     
         val initStartTime = System.nanoTime()
     
    +    val distanceSuite = 
DistanceMeasure.decodeFromString(this.distanceMeasure)
    --- End diff --
    
    Why is this called "suite"?


---

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

Reply via email to