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

    https://github.com/apache/spark/pull/20701#discussion_r175292059
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/clustering/BisectingKMeans.scala ---
    @@ -312,4 +312,5 @@ class BisectingKMeansSummary private[clustering] (
         predictions: DataFrame,
         predictionCol: String,
         featuresCol: String,
    -    k: Int) extends ClusteringSummary(predictions, predictionCol, 
featuresCol, k)
    +    k: Int,
    +    numIter: Int) extends ClusteringSummary(predictions, predictionCol, 
featuresCol, k, numIter)
    --- End diff --
    
    thanks for pointing this out, I completely missed it. Thank you, I am 
adding them.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to