Package org.apache.spark.mllib.fpm
Class FPGrowthModel.SaveLoadV1_0$
Object
org.apache.spark.mllib.fpm.FPGrowthModel.SaveLoadV1_0$
- Enclosing class:
- FPGrowthModel<Item>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final FPGrowthModel.SaveLoadV1_0$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionload(SparkContext sc, String path) <Item> FPGrowthModel<Item>voidsave(FPGrowthModel<?> model, String path) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
SaveLoadV1_0$public SaveLoadV1_0$()
 
- 
- 
Method Details- 
save
- 
load
- 
loadImplpublic <Item> FPGrowthModel<Item> loadImpl(Dataset<Row> freqItemsets, Item sample, scala.reflect.ClassTag<Item> evidence$3) 
 
-