frequent itemset, which is an RDD of FreqItemset
Current version of model save/load format.
Current version of model save/load format.
frequent itemset, which is an RDD of FreqItemset
frequent itemset, which is an RDD of FreqItemset
Generates association rules for the Items in freqItemsets.
Generates association rules for the Items in freqItemsets.
minimal confidence of the rules produced
Save this model to the given path.
Save this model to the given path. It only works for Item datatypes supported by DataFrames.
This saves:
The model may be loaded using FPGrowthModel.load.
Spark context used to save model data.
Path specifying the directory in which to save this model. If the directory already exists, this method throws an exception.
Model trained by FPGrowth, which holds frequent itemsets.
item type