aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
diff options
context:
space:
mode:
authorFeynman Liang <fliang@databricks.com>2015-08-17 17:53:24 -0700
committerXiangrui Meng <meng@databricks.com>2015-08-17 17:53:24 -0700
commit0b6b01761370629ce387c143a25d41f3a334ff28 (patch)
treed7cc1c1213dd71b84b0841dcbd22fd2d4cabc628 /docs/mllib-guide.md
parent18523c130548f0438dff8d1f25531fd2ed36e517 (diff)
downloadspark-0b6b01761370629ce387c143a25d41f3a334ff28.tar.gz
spark-0b6b01761370629ce387c143a25d41f3a334ff28.tar.bz2
spark-0b6b01761370629ce387c143a25d41f3a334ff28.zip
[SPARK-9898] [MLLIB] Prefix Span user guide
Adds user guide for `PrefixSpan`, including Scala and Java example code. mengxr zhangjiajin Author: Feynman Liang <fliang@databricks.com> Closes #8253 from feynmanliang/SPARK-9898.
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 e8000ff478..7851175b98 100644
--- a/docs/mllib-guide.md
+++ b/docs/mllib-guide.md
@@ -48,6 +48,7 @@ This lists functionality included in `spark.mllib`, the main MLlib API.
* [Feature extraction and transformation](mllib-feature-extraction.html)
* [Frequent pattern mining](mllib-frequent-pattern-mining.html)
* [FP-growth](mllib-frequent-pattern-mining.html#fp-growth)
+ * [PrefixSpan](mllib-frequent-pattern-mining.html#prefix-span)
* [Evaluation Metrics](mllib-evaluation-metrics.html)
* [Optimization (developer)](mllib-optimization.html)
* [stochastic gradient descent](mllib-optimization.html#stochastic-gradient-descent-sgd)