Skip to content

Commit ba76662

Browse files
zero323Felix Cheung
authored andcommitted
[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.
1 parent b58cf77 commit ba76662

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/sparkr.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,10 @@ SparkR supports the following machine learning algorithms currently:
504504

505505
* [`spark.als`](api/R/spark.als.html): [`Alternating Least Squares (ALS)`](ml-collaborative-filtering.html#collaborative-filtering)
506506

507+
#### Frequent Pattern Mining
508+
509+
* [`spark.fpGrowth`](api/R/spark.fpGrowth.html) : [`FP-growth`](ml-frequent-pattern-mining.html#fp-growth)
510+
507511
#### Statistics
508512

509513
* [`spark.kstest`](api/R/spark.kstest.html): `Kolmogorov-Smirnov Test`

0 commit comments

Comments
 (0)