aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
diff options
context:
space:
mode:
authorFeynman Liang <fliang@databricks.com>2015-08-18 12:53:57 -0700
committerXiangrui Meng <meng@databricks.com>2015-08-18 12:53:57 -0700
commitf5ea3912900ccdf23e2eb419a342bfe3c0c0b61b (patch)
tree0422d97e7afb37be5003297e9647904e90063177 /docs/mllib-guide.md
parentc1840a862eb548bc4306e53ee7e9f26986b31832 (diff)
downloadspark-f5ea3912900ccdf23e2eb419a342bfe3c0c0b61b.tar.gz
spark-f5ea3912900ccdf23e2eb419a342bfe3c0c0b61b.tar.bz2
spark-f5ea3912900ccdf23e2eb419a342bfe3c0c0b61b.zip
[SPARK-9900] [MLLIB] User guide for Association Rules
Updates FPM user guide to include Association Rules. Author: Feynman Liang <fliang@databricks.com> Closes #8207 from feynmanliang/SPARK-9900-arules.
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 7851175b98..0573e5d4bc 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)
+ * [association rules](mllib-frequent-pattern-mining.html#association-rules)
* [PrefixSpan](mllib-frequent-pattern-mining.html#prefix-span)
* [Evaluation Metrics](mllib-evaluation-metrics.html)
* [Optimization (developer)](mllib-optimization.html)