Package org.apache.spark.mllib.fpm
Class PrefixSpanModel.SaveLoadV1_0$
Object
org.apache.spark.mllib.fpm.PrefixSpanModel.SaveLoadV1_0$
- Enclosing class:
 - PrefixSpanModel<Item>
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PrefixSpanModel.SaveLoadV1_0$Static reference to the singleton instance of this Scala object. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionload(SparkContext sc, String path) <Item> PrefixSpanModel<Item>voidsave(PrefixSpanModel<?> 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
 - 
loadImpl
public <Item> PrefixSpanModel<Item> loadImpl(Dataset<Row> freqSequences, Item sample, scala.reflect.ClassTag<Item> evidence$4)  
 -