summaryrefslogtreecommitdiff
path: root/mllib
diff options
context:
space:
mode:
authorXiangrui Meng <meng@apache.org>2016-01-06 06:27:47 +0000
committerXiangrui Meng <meng@apache.org>2016-01-06 06:27:47 +0000
commite40429c0bc9ee74121a6327be9b2fba3abd1ec43 (patch)
tree56b65ff284f4486e48bc4a722e786d6476a83b19 /mllib
parentf0221908944551e160f9a594df535bc625ec8648 (diff)
downloadspark-website-e40429c0bc9ee74121a6327be9b2fba3abd1ec43.tar.gz
spark-website-e40429c0bc9ee74121a6327be9b2fba3abd1ec43.tar.bz2
spark-website-e40429c0bc9ee74121a6327be9b2fba3abd1ec43.zip
list bisecting k-means and AFT regression on mllib page
Diffstat (limited to 'mllib')
-rw-r--r--mllib/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/mllib/index.md b/mllib/index.md
index 7eebb8173..5d3267356 100644
--- a/mllib/index.md
+++ b/mllib/index.md
@@ -90,8 +90,9 @@ subproject: MLlib
<li>classification and regression tree</li>
<li>random forest and gradient-boosted trees</li>
<li>recommendation via alternating least squares (ALS)</li>
- <li>clustering via k-means, Gaussian mixtures (GMM), and power iteration clustering</li>
+ <li>clustering via k-means, bisecting k-means, Gaussian mixtures (GMM), and power iteration clustering</li>
<li>topic modeling via latent Dirichlet allocation (LDA)</li>
+ <li>survival analysis via accelerated failure time model</li>
<li>singular value decomposition (SVD) and QR decomposition</li>
<li>principal component analysis (PCA)</li>
<li>linear regression with L<sub>1</sub>, L<sub>2</sub>, and elastic-net regularization</li>