Package

com.microsoft.ml.spark.core

serialize

Permalink

package serialize

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ComplexParam[T] extends Param[T]

    Permalink
  2. trait ConstructorReadable[T <: ConstructorWritable[_]] extends MLReadable[T]

    Permalink
  3. class ConstructorReader[T] extends MLReader[T]

    Permalink
  4. trait ConstructorWritable[S <: PipelineStage] extends MLWritable

    Permalink

    This trait allows you to easily add serialization to your Spark Models, assuming that they are completely parameterized by their constructor.

    This trait allows you to easily add serialization to your Spark Models, assuming that they are completely parameterized by their constructor. The main two fields required ate the TypeTag that allows the writer to inspect the constructor to get the types that need to be serialized, the actual objects that are serialized need to be defined in the field objectsToSave.

  5. abstract class ConstructorWriter[S <: PipelineStage] extends MLWriter

    Permalink

Ungrouped