Package org.apache.spark.ml.util


package org.apache.spark.ml.util
  • Class
    Description
    Trait for MLWriter and MLReader.
     
    Helper trait for making simple Params types readable.
    Helper trait for making simple Params types writable.
    Trait for classes that provide GeneralMLWriter.
    A ML Writer which delegates based on the requested format.
    Trait for models that provides Training summary.
    Trait for an object with an immutable unique ID that identifies itself and its derivatives.
    Default Meta-Algorithm read and write implementation.
    Helper utilities for algorithms using ML metadata
    ML export formats for should implement this trait so that users can specify a shortname rather than the fully qualified class name of the exporter.
    Trait for objects that provide MLReader.
    Abstract class for utility classes that can load ML instances.
    Trait for classes that provide MLWriter.
    Abstract class for utility classes that can save ML instances in Spark's internal format.
    Abstract class to be implemented by objects that provide ML exportability.
    Utils for handling schemas.