summaryrefslogtreecommitdiff
path: root/site/mllib/index.html
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 /site/mllib/index.html
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 'site/mllib/index.html')
-rw-r--r--site/mllib/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/mllib/index.html b/site/mllib/index.html
index 592dff2a7..862471440 100644
--- a/site/mllib/index.html
+++ b/site/mllib/index.html
@@ -257,8 +257,9 @@
<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>