org.apache.spark

ml

package ml

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DLClassifier[T] extends DLEstimator[T]

    DLClassifier is a specialized DLEstimator that simplifies the data format for classification tasks.

  2. class DLClassifierModel[T] extends DLModel[T]

    DLClassifierModel is a specialized DLModel for classification tasks.

  3. class DLEstimator[T] extends DLEstimatorBase[DLEstimator[T], DLModel[T]] with DLParams[T]

    DLEstimator helps to train a BigDL Model with the Spark ML Estimator/Transfomer pattern, thus Spark users can conveniently fit BigDL into Spark ML pipeline.

  4. class DLModel[T] extends DLTransformerBase[DLModel[T]] with DLParams[T] with HasBatchSize

    DLModel helps embed a BigDL model into a Spark Transformer, thus Spark users can conveniently merge BigDL into Spark ML pipeline.

Value Members

  1. object DLModel extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped