File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ MLlib's FP-growth implementation takes the following (hyper-)parameters:
3939<div class =" codetabs " >
4040<div data-lang =" scala " markdown =" 1 " >
4141
42- [ ` FPGrowth ` ] ( api/java/ org/ apache/ spark/ mllib/ fpm/FPGrowth.html ) implements the
42+ [ ` FPGrowth ` ] ( api/scala/index.html# org. apache. spark. mllib. fpm.FPGrowth ) implements the
4343FP-growth algorithm.
4444It take a ` JavaRDD ` of transactions, where each transaction is an ` Iterable ` of items of a generic type.
4545Calling ` FPGrowth.run ` with transactions returns an
46- [ ` FPGrowthModel ` ] ( api/java/ org/ apache/ spark/ mllib/ fpm/FPGrowthModel.html )
46+ [ ` FPGrowthModel ` ] ( api/scala/index.html# org. apache. spark. mllib. fpm.FPGrowthModel )
4747that stores the frequent itemsets with their frequencies.
4848
4949{% highlight scala %}
You can’t perform that action at this time.
0 commit comments