Package org.apache.spark.ml.r
Class RWrappers
Object
org.apache.spark.ml.r.RWrappers
This is the Scala stub of SparkR read.ml. It will dispatch the call to corresponding
model wrapper loading function according the class name extracted from rMetadata of the path.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
static scala.Option<SparkSession>
static void
org$apache$spark$ml$util$BaseReadWrite$$optionSparkSession_$eq
(scala.Option<SparkSession> x$1) static MLReader<T>
session
(SparkSession sparkSession)
-
Constructor Details
-
RWrappers
public RWrappers()
-
-
Method Details
-
load
-
session
-
org$apache$spark$ml$util$BaseReadWrite$$optionSparkSession
public static scala.Option<SparkSession> org$apache$spark$ml$util$BaseReadWrite$$optionSparkSession() -
org$apache$spark$ml$util$BaseReadWrite$$optionSparkSession_$eq
public static void org$apache$spark$ml$util$BaseReadWrite$$optionSparkSession_$eq(scala.Option<SparkSession> x$1)
-