Skip to content

Commit 5abbd6b

Browse files
committed
Add FP-Growth link to SparkR programming guide
1 parent 8a272dd commit 5abbd6b

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
@@ -474,6 +474,10 @@ SparkR supports the following machine learning algorithms currently:
474474

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

477+
#### Frequent Pattern Mining
478+
479+
* [`spark.fpGrowth`](api/R/spark.fpGrowth.html) : [`FP-growth`](ml-frequent-pattern-mining.html#fp-growth)
480+
477481
#### Statistics
478482

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

0 commit comments

Comments
 (0)