-
- Downloads
[SPARK-6226][MLLIB] add save/load in PySpark's KMeansModel
Use `_py2java` and `_java2py` to convert Python model to/from Java model. yinxusen Author: Xiangrui Meng <meng@databricks.com> Closes #5049 from mengxr/SPARK-6226-mengxr and squashes the following commits: 570ba81 [Xiangrui Meng] fix python style b10b911 [Xiangrui Meng] add save/load in PySpark's KMeansModel
Showing
- mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeansModel.scala 5 additions, 0 deletions...scala/org/apache/spark/mllib/clustering/KMeansModel.scala
- python/pyspark/mllib/clustering.py 25 additions, 3 deletionspython/pyspark/mllib/clustering.py
- python/pyspark/mllib/common.py 2 additions, 2 deletionspython/pyspark/mllib/common.py
Please register or sign in to comment