aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2015-02-18 10:09:56 -0800
committerXiangrui Meng <meng@databricks.com>2015-02-18 10:09:56 -0800
commit85e9d091d5d785d412e91038c2490131e64f5634 (patch)
tree79d956ee9eb4859e32e0dfc46531a346389cb581 /docs/mllib-guide.md
parent5aecdcf1f23a826f6236096001de1dd811dbc443 (diff)
downloadspark-85e9d091d5d785d412e91038c2490131e64f5634.tar.gz
spark-85e9d091d5d785d412e91038c2490131e64f5634.tar.bz2
spark-85e9d091d5d785d412e91038c2490131e64f5634.zip
[SPARK-5519][MLLIB] add user guide with example code for fp-growth
The API is still not very Java-friendly because `Array[Item]` in `freqItemsets` is recognized as `Object` in Java. We might want to define a case class to wrap the return pair to make it Java friendly. Author: Xiangrui Meng <meng@databricks.com> Closes #4661 from mengxr/SPARK-5519 and squashes the following commits: 58ccc25 [Xiangrui Meng] add user guide with example code for fp-growth
Diffstat (limited to 'docs/mllib-guide.md')
-rw-r--r--docs/mllib-guide.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/mllib-guide.md b/docs/mllib-guide.md
index fbe809b347..0ca51f92d7 100644
--- a/docs/mllib-guide.md
+++ b/docs/mllib-guide.md
@@ -34,6 +34,8 @@ filtering, dimensionality reduction, as well as underlying optimization primitiv
* singular value decomposition (SVD)
* principal component analysis (PCA)
* [Feature extraction and transformation](mllib-feature-extraction.html)
+* [Frequent pattern mining](mllib-frequent-pattern-mining.html)
+ * FP-growth
* [Optimization (developer)](mllib-optimization.html)
* stochastic gradient descent
* limited-memory BFGS (L-BFGS)