Packages

object CrossValidator extends MLReadable[CrossValidator] with Serializable

Annotations
@Since("1.6.0")
Source
CrossValidator.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CrossValidator
  2. Serializable
  3. MLReadable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def load(path: String): CrossValidator

    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
    CrossValidatorMLReadable
    Annotations
    @Since("1.6.0")
    Note

    Implementing classes should override this to be Java-friendly.

  2. def read: MLReader[CrossValidator]

    Returns an MLReader instance for this class.

    Returns an MLReader instance for this class.

    Definition Classes
    CrossValidatorMLReadable
    Annotations
    @Since("1.6.0")