-
- Downloads
[SPARK-14569][ML] Log instrumentation in KMeans
## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/SPARK-14569 Log instrumentation in KMeans: - featuresCol - predictionCol - k - initMode - initSteps - maxIter - seed - tol - summary ## How was this patch tested? Manually test on local machine, by running and checking output of org.apache.spark.examples.ml.KMeansExample Author: Xin Ren <iamshrek@126.com> Closes #12432 from keypointt/SPARK-14569.
Showing
- mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala 7 additions, 2 deletions...rc/main/scala/org/apache/spark/ml/clustering/KMeans.scala
- mllib/src/main/scala/org/apache/spark/ml/util/Instrumentation.scala 2 additions, 2 deletions...main/scala/org/apache/spark/ml/util/Instrumentation.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeans.scala 14 additions, 2 deletions...main/scala/org/apache/spark/mllib/clustering/KMeans.scala
Please register or sign in to comment