package sparkapi
Package with Spark API for Scoring Code. See the Predictors for quick start.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sparkapi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
JarFileByteArrayClassLoader extends ClassLoader
Private API.
Private API. Loads all the classes from a byte array of a jar file.
-
class
Model extends PredictionModel[Vector, Model]
A Spark API compatible Scoring Code model.
A Spark API compatible Scoring Code model. For instantiating use the Predictors
Value Members
-
object
Predictors
Object for instantiating a Model which extends the org.apache.spark.ml.PredictionModel