| Name | Description | Type | Package | Framework |
| FPGrowth | A parallel FP-growth algorithm to mine frequent itemsets. | Class | org.apache.spark.mllib.fpm | Apache Spark |
| FPGrowth .FreqItemset | param: items items in this itemset. | Class | org.apache.spark.mllib.fpm.FPGrowth | Apache Spark |
| FPGrowthModel | Model trained by FPGrowth, which holds frequent itemsets. | Class | org.apache.spark.mllib.fpm | Apache Spark |