public static class FPGrowthModel.SaveLoadV1_0$
extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static FPGrowthModel.SaveLoadV1_0$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| SaveLoadV1_0$() | 
| Modifier and Type | Method and Description | 
|---|---|
| FPGrowthModel<?> | load(SparkContext sc,
    String path) | 
| <Item> FPGrowthModel<Item> | loadImpl(Dataset<Row> freqItemsets,
        Item sample,
        scala.reflect.ClassTag<Item> evidence$3) | 
| void | save(FPGrowthModel<?> model,
    String path) | 
public static final FPGrowthModel.SaveLoadV1_0$ MODULE$
public void save(FPGrowthModel<?> model, String path)
public FPGrowthModel<?> load(SparkContext sc, String path)
public <Item> FPGrowthModel<Item> loadImpl(Dataset<Row> freqItemsets, Item sample, scala.reflect.ClassTag<Item> evidence$3)