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

    https://github.com/apache/spark/pull/19340#discussion_r140859735
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala 
---
    @@ -260,7 +269,8 @@ class KMeans @Since("1.5.0") (
         maxIter -> 20,
         initMode -> MLlibKMeans.K_MEANS_PARALLEL,
         initSteps -> 2,
    -    tol -> 1e-4)
    +    tol -> 1e-4,
    +    distanceMeasure -> DistanceSuite.EUCLIDEAN)
    --- End diff --
    
    do you have any suggestion about which might be an appropriate name? Thanks.


---

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

Reply via email to