FPGrowthModel.SaveLoadV1_0$ (Spark 3.5.5 JavaDoc) (original) (raw)
Object
- org.apache.spark.mllib.fpm.FPGrowthModel.SaveLoadV1_0$
Enclosing class:
FPGrowthModel<Item>
public static class FPGrowthModel.SaveLoadV1_0$
extends Object
Field Summary
Fields
Modifier and Type Field and Description static FPGrowthModel.SaveLoadV1_0$ MODULE$ Static reference to the singleton instance of this Scala object. Constructor Summary
Constructors
Constructor and Description SaveLoadV1_0$() Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type Method and Description FPGrowthModel<?> load(SparkContext sc, String path) FPGrowthModel loadImpl(Dataset<Row> freqItemsets, Item sample, scala.reflect.ClassTag evidence$3) void save(FPGrowthModel<?> model, String path) * ### Methods inherited from class Object `equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`
Field Detail
* #### MODULE$ public static final [FPGrowthModel.SaveLoadV1_0$](../../../../../org/apache/spark/mllib/fpm/FPGrowthModel.SaveLoadV1%5F0$.html "class in org.apache.spark.mllib.fpm") MODULE$ Static reference to the singleton instance of this Scala object.
Constructor Detail
* #### SaveLoadV1\_0$ public SaveLoadV1_0$()
Method Detail
* #### save public void save([FPGrowthModel](../../../../../org/apache/spark/mllib/fpm/FPGrowthModel.html "class in org.apache.spark.mllib.fpm")<?> model, String path) * #### load public [FPGrowthModel](../../../../../org/apache/spark/mllib/fpm/FPGrowthModel.html "class in org.apache.spark.mllib.fpm")<?> load([SparkContext](../../../../../org/apache/spark/SparkContext.html "class in org.apache.spark") sc, String path) * #### loadImpl public <Item> [FPGrowthModel](../../../../../org/apache/spark/mllib/fpm/FPGrowthModel.html "class in org.apache.spark.mllib.fpm")<Item> loadImpl([Dataset](../../../../../org/apache/spark/sql/Dataset.html "class in org.apache.spark.sql")<[Row](../../../../../org/apache/spark/sql/Row.html "interface in org.apache.spark.sql")> freqItemsets, Item sample, scala.reflect.ClassTag<Item> evidence$3)