Skip to content

Commit

Permalink
[SPARK-20208][DOCS][FOLLOW-UP] Add FP-Growth to SparkR programming guide
Browse files Browse the repository at this point in the history
## 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.

(cherry picked from commit ba76662)
Signed-off-by: Felix Cheung <[email protected]>
  • Loading branch information
zero323 authored and Felix Cheung committed May 6, 2017
1 parent 1d9b7a7 commit 423a786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/sparkr.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,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`
Expand Down

0 comments on commit 423a786

Please sign in to comment.