public interface FPGrowthParams extends Params, HasPredictionCol
| Modifier and Type | Method and Description | 
|---|---|
| String | getItemsCol() | 
| double | getMinConfidence() | 
| double | getMinSupport() | 
| int | getNumPartitions() | 
| Param<String> | itemsCol()Items column name. | 
| DoubleParam | minConfidence()Minimal confidence for generating Association Rule. | 
| DoubleParam | minSupport()Minimal support level of the frequent pattern. | 
| IntParam | numPartitions()Number of partitions (at least 1) used by parallel FP-growth. | 
| StructType | validateAndTransformSchema(StructType schema)Validates and transforms the input schema. | 
getPredictionCol, predictionColclear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwntoString, uidString getItemsCol()
double getMinConfidence()
double getMinSupport()
int getNumPartitions()
Param<String> itemsCol()
DoubleParam minConfidence()
DoubleParam minSupport()
IntParam numPartitions()
StructType validateAndTransformSchema(StructType schema)
schema - input schema