You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by fe...@apache.org on 2017/04/27 07:34:23 UTC

spark git commit: [SPARK-20208][DOCS][FOLLOW-UP] Add FP-Growth to SparkR programming guide

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 <ze...@users.noreply.github.com>

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 <ze...@users.noreply.github.com>
Authored: Thu Apr 27 00:34:20 2017 -0700
Committer: Felix Cheung <fe...@apache.org>
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org