aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
diff options
context:
space:
mode:
authorYu ISHIKAWA <yuu.ishikawa@gmail.com>2015-12-16 10:55:42 -0800
committerJoseph K. Bradley <joseph@databricks.com>2015-12-16 10:55:42 -0800
commit7b6dc29d0ebbfb3bb941130f8542120b6bc3e234 (patch)
tree94970c4bfb67f129f2e580542276f623426e8625 /docs/mllib-guide.md
parentad8c1f0b840284d05da737fb2cc5ebf8848f4490 (diff)
downloadspark-7b6dc29d0ebbfb3bb941130f8542120b6bc3e234.tar.gz
spark-7b6dc29d0ebbfb3bb941130f8542120b6bc3e234.tar.bz2
spark-7b6dc29d0ebbfb3bb941130f8542120b6bc3e234.zip
[SPARK-6518][MLLIB][EXAMPLE][DOC] Add example code and user guide for bisecting k-means
This PR includes only an example code in order to finish it quickly. I'll send another PR for the docs soon. Author: Yu ISHIKAWA <yuu.ishikawa@gmail.com> Closes #9952 from yu-iskw/SPARK-6518.
Diffstat (limited to 'docs/mllib-guide.md')
-rw-r--r--docs/mllib-guide.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/mllib-guide.md b/docs/mllib-guide.md
index 7fef6b5c61..680ed4861d 100644
--- a/docs/mllib-guide.md
+++ b/docs/mllib-guide.md
@@ -49,6 +49,7 @@ We list major functionality from both below, with links to detailed guides.
* [Gaussian mixture](mllib-clustering.html#gaussian-mixture)
* [power iteration clustering (PIC)](mllib-clustering.html#power-iteration-clustering-pic)
* [latent Dirichlet allocation (LDA)](mllib-clustering.html#latent-dirichlet-allocation-lda)
+ * [bisecting k-means](mllib-clustering.html#bisecting-kmeans)
* [streaming k-means](mllib-clustering.html#streaming-k-means)
* [Dimensionality reduction](mllib-dimensionality-reduction.html)
* [singular value decomposition (SVD)](mllib-dimensionality-reduction.html#singular-value-decomposition-svd)