-
- Downloads
[SPARK-12631][PYSPARK][DOC] PySpark clustering parameter desc to consistent format
Part of task for [SPARK-11219](https://issues.apache.org/jira/browse/SPARK-11219) to make PySpark MLlib parameter description formatting consistent. This is for the clustering module. Author: Bryan Cutler <cutlerb@gmail.com> Closes #10610 from BryanCutler/param-desc-consistent-cluster-SPARK-12631.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/clustering/GaussianMixture.scala 6 additions, 6 deletions...a/org/apache/spark/mllib/clustering/GaussianMixture.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeans.scala 18 additions, 13 deletions...main/scala/org/apache/spark/mllib/clustering/KMeans.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/LDA.scala 6 additions, 7 deletions...rc/main/scala/org/apache/spark/mllib/clustering/LDA.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/PowerIterationClustering.scala 3 additions, 1 deletion...che/spark/mllib/clustering/PowerIterationClustering.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/StreamingKMeans.scala 4 additions, 2 deletions...a/org/apache/spark/mllib/clustering/StreamingKMeans.scala
- python/pyspark/mllib/clustering.py 191 additions, 74 deletionspython/pyspark/mllib/clustering.py
Loading
Please register or sign in to comment