Packages

object QuantileDiscretizer extends DefaultParamsReadable[QuantileDiscretizer] with Logging with Serializable

Annotations
@Since("1.6.0")
Source
QuantileDiscretizer.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuantileDiscretizer
  2. Serializable
  3. Logging
  4. DefaultParamsReadable
  5. MLReadable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

Value Members

  1. def load(path: String): QuantileDiscretizer

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

    Implementing classes should override this to be Java-friendly.

  2. def read: MLReader[QuantileDiscretizer]

    Returns an MLReader instance for this class.

    Returns an MLReader instance for this class.

    Definition Classes
    DefaultParamsReadableMLReadable