-
- Downloads
[SPARK-13672][ML] Add python examples of BisectingKMeans in ML and MLLIB
JIRA: https://issues.apache.org/jira/browse/SPARK-13672 ## What changes were proposed in this pull request? add two python examples of BisectingKMeans for ml and mllib ## How was this patch tested? manual tests Author: Zheng RuiFeng <ruifengz@foxmail.com> Closes #11515 from zhengruifeng/mllib_bkm_pe.
Showing
- docs/mllib-clustering.md 6 additions, 0 deletionsdocs/mllib-clustering.md
- examples/src/main/python/ml/bisecting_k_means_example.py 57 additions, 0 deletionsexamples/src/main/python/ml/bisecting_k_means_example.py
- examples/src/main/python/mllib/bisecting_k_means_example.py 50 additions, 0 deletionsexamples/src/main/python/mllib/bisecting_k_means_example.py
- python/pyspark/mllib/clustering.py 1 addition, 0 deletionspython/pyspark/mllib/clustering.py
Please register or sign in to comment