Packages

object MultilayerPerceptronClassificationModel extends MLReadable[MultilayerPerceptronClassificationModel] with Serializable

Annotations
@Since( "2.0.0" )
Source
MultilayerPerceptronClassifier.scala
Linear Supertypes
Serializable, Serializable, MLReadable[MultilayerPerceptronClassificationModel], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultilayerPerceptronClassificationModel
  2. Serializable
  3. Serializable
  4. MLReadable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def load(path: String): MultilayerPerceptronClassificationModel

    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
    MultilayerPerceptronClassificationModelMLReadable
    Annotations
    @Since( "2.0.0" )
    Note

    Implementing classes should override this to be Java-friendly.

  2. def read: MLReader[MultilayerPerceptronClassificationModel]

    Returns an MLReader instance for this class.

    Returns an MLReader instance for this class.

    Definition Classes
    MultilayerPerceptronClassificationModelMLReadable
    Annotations
    @Since( "2.0.0" )