FPGrowthModel (Spark 3.5.5 JavaDoc) (original) (raw)


public class FPGrowthModel
extends Model<FPGrowthModel>
implements FPGrowthParams, MLWritable
Model fitted by FPGrowth.
param: freqItemsets frequent itemsets in the format of DataFrame("items"[Array], "freq"[Long])
See Also:
Serialized Form