We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a272dd commit 5abbd6bCopy full SHA for 5abbd6b
docs/sparkr.md
@@ -474,6 +474,10 @@ SparkR supports the following machine learning algorithms currently:
474
475
* [`spark.als`](api/R/spark.als.html): [`Alternating Least Squares (ALS)`](ml-collaborative-filtering.html#collaborative-filtering)
476
477
+#### Frequent Pattern Mining
478
+
479
+* [`spark.fpGrowth`](api/R/spark.fpGrowth.html) : [`FP-growth`](ml-frequent-pattern-mining.html#fp-growth)
480
481
#### Statistics
482
483
* [`spark.kstest`](api/R/spark.kstest.html): `Kolmogorov-Smirnov Test`
0 commit comments