org.apache.spark.ml.classification
MultilayerPerceptronClassifier
Companion class MultilayerPerceptronClassifier
object MultilayerPerceptronClassifier extends DefaultParamsReadable[MultilayerPerceptronClassifier] with Serializable
- Annotations
- @Since( "2.0.0" )
- Source
- MultilayerPerceptronClassifier.scala
- Alphabetic
- By Inheritance
- MultilayerPerceptronClassifier
- Serializable
- Serializable
- DefaultParamsReadable
- MLReadable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
load(path: String): MultilayerPerceptronClassifier
Reads an ML instance from the input path, a shortcut of
read.load(path)
.Reads an ML instance from the input path, a shortcut of
read.load(path)
.- Definition Classes
- MultilayerPerceptronClassifier → MLReadable
- Annotations
- @Since( "2.0.0" )
- Note
Implementing classes should override this to be Java-friendly.
-
def
read: MLReader[MultilayerPerceptronClassifier]
Returns an
MLReader
instance for this class.Returns an
MLReader
instance for this class.- Definition Classes
- DefaultParamsReadable → MLReadable