Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/20701#discussion_r175235256
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/clustering/ClusteringSummary.scala ---
@@ -34,7 +34,8 @@ class ClusteringSummary private[clustering] (
@transient val predictions: DataFrame,
val predictionCol: String,
val featuresCol: String,
- val k: Int) extends Serializable {
+ val k: Int,
+ @Since("2.4.0") val numIter: Int) extends Serializable {
--- End diff --
Please add this param in the comment above.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]