aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
diff options
context:
space:
mode:
authorYuhao Yang <hhbyyh@gmail.com>2015-11-20 09:57:09 -0800
committerXiangrui Meng <meng@databricks.com>2015-11-20 09:57:09 -0800
commite359d5dcf5bd300213054ebeae9fe75c4f7eb9e7 (patch)
treef008aa43b00a40ecb4ebc20f47b9de6a57d47702 /docs/mllib-guide.md
parent9ace2e5c8d7fbd360a93bc5fc4eace64a697b44f (diff)
downloadspark-e359d5dcf5bd300213054ebeae9fe75c4f7eb9e7.tar.gz
spark-e359d5dcf5bd300213054ebeae9fe75c4f7eb9e7.tar.bz2
spark-e359d5dcf5bd300213054ebeae9fe75c4f7eb9e7.zip
[SPARK-11689][ML] Add user guide and example code for LDA under spark.ml
jira: https://issues.apache.org/jira/browse/SPARK-11689 Add simple user guide for LDA under spark.ml and example code under examples/. Use include_example to include example code in the user guide markdown. Check SPARK-11606 for instructions. Author: Yuhao Yang <hhbyyh@gmail.com> Closes #9722 from hhbyyh/ldaMLExample.
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 91e50ccfec..54e35fcbb1 100644
--- a/docs/mllib-guide.md
+++ b/docs/mllib-guide.md
@@ -69,6 +69,7 @@ We list major functionality from both below, with links to detailed guides.
concepts. It also contains sections on using algorithms within the Pipelines API, for example:
* [Feature extraction, transformation, and selection](ml-features.html)
+* [Clustering](ml-clustering.html)
* [Decision trees for classification and regression](ml-decision-tree.html)
* [Ensembles](ml-ensembles.html)
* [Linear methods with elastic net regularization](ml-linear-methods.html)