Repository: spark Updated Branches: refs/heads/master b58cf77c4 -> ba7666274
[SPARK-20208][DOCS][FOLLOW-UP] Add FP-Growth to SparkR programming guide ## What changes were proposed in this pull request? Add `spark.fpGrowth` to SparkR programming guide. ## How was this patch tested? Manual tests. Author: zero323 <[email protected]> Closes #17775 from zero323/SPARK-20208-FOLLOW-UP. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ba766627 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ba766627 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ba766627 Branch: refs/heads/master Commit: ba7666274e71f1903e5050a5e53fbdcd21debde5 Parents: b58cf77 Author: zero323 <[email protected]> Authored: Thu Apr 27 00:34:20 2017 -0700 Committer: Felix Cheung <[email protected]> Committed: Thu Apr 27 00:34:20 2017 -0700 ---------------------------------------------------------------------- docs/sparkr.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/ba766627/docs/sparkr.md ---------------------------------------------------------------------- diff --git a/docs/sparkr.md b/docs/sparkr.md index e015ab2..c3336ac 100644 --- a/docs/sparkr.md +++ b/docs/sparkr.md @@ -504,6 +504,10 @@ SparkR supports the following machine learning algorithms currently: * [`spark.als`](api/R/spark.als.html): [`Alternating Least Squares (ALS)`](ml-collaborative-filtering.html#collaborative-filtering) +#### Frequent Pattern Mining + +* [`spark.fpGrowth`](api/R/spark.fpGrowth.html) : [`FP-growth`](ml-frequent-pattern-mining.html#fp-growth) + #### Statistics * [`spark.kstest`](api/R/spark.kstest.html): `Kolmogorov-Smirnov Test` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
