Packages

t

org.apache.spark.ml.util

GeneralMLWritable

trait GeneralMLWritable extends MLWritable

Trait for classes that provide GeneralMLWriter.

Annotations
@Since( "2.4.0" ) @Unstable()
Source
ReadWrite.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeneralMLWritable
  2. MLWritable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def write: GeneralMLWriter

    Returns an MLWriter instance for this ML instance.

    Returns an MLWriter instance for this ML instance.

    Definition Classes
    GeneralMLWritableMLWritable
    Annotations
    @Since( "2.4.0" )

Concrete Value Members

  1. def save(path: String): Unit

    Saves this ML instance to the input path, a shortcut of write.save(path).

    Saves this ML instance to the input path, a shortcut of write.save(path).

    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )