aboutsummaryrefslogtreecommitdiff
path: root/docs/ml-clustering.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ml-clustering.md')
-rw-r--r--docs/ml-clustering.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ml-clustering.md b/docs/ml-clustering.md
index cfefb5dfbd..697777714b 100644
--- a/docs/ml-clustering.md
+++ b/docs/ml-clustering.md
@@ -6,6 +6,11 @@ displayTitle: <a href="ml-guide.html">ML</a> - Clustering
In this section, we introduce the pipeline API for [clustering in mllib](mllib-clustering.html).
+**Table of Contents**
+
+* This will become a table of contents (this text will be scraped).
+{:toc}
+
## Latent Dirichlet allocation (LDA)
`LDA` is implemented as an `Estimator` that supports both `EMLDAOptimizer` and `OnlineLDAOptimizer`,