-
- Downloads
[SPARK-18520][ML] Add missing setXXXCol methods for BisectingKMeansModel and GaussianMixtureModel
## What changes were proposed in this pull request? add `setFeaturesCol` and `setPredictionCol` for BiKModel and GMModel add `setProbabilityCol` for GMModel ## How was this patch tested? existing tests Author: Zheng RuiFeng <ruifengz@foxmail.com> Closes #15957 from zhengruifeng/bikm_set.
Showing
- mllib/src/main/scala/org/apache/spark/ml/clustering/BisectingKMeans.scala 8 additions, 0 deletions...cala/org/apache/spark/ml/clustering/BisectingKMeans.scala
- mllib/src/main/scala/org/apache/spark/ml/clustering/GaussianMixture.scala 12 additions, 0 deletions...cala/org/apache/spark/ml/clustering/GaussianMixture.scala
Please register or sign in to comment