Package

org.apache.spark

ml

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. abstract class DLEstimatorBase[Learner <: DLEstimatorBase[Learner, M], M <: DLTransformerBase[M]] extends Estimator[M] with HasLabelCol

    Permalink

    A wrapper from org.apache.spark.ml.Estimator Extends MLEstimator and override process to gain compatibility with both spark 1.5 and spark 2.0.

  2. abstract class DLTransformerBase[M <: DLTransformerBase[M]] extends Model[M]

    Permalink

    A wrapper for org.apache.spark.ml.Transformer.

    A wrapper for org.apache.spark.ml.Transformer. Extends MlTransformer and override process to gain compatibility with both spark 1.5 and spark 2.0.

  3. trait VectorCompatibility extends AnyRef

    Permalink

    Handle different Vector types in Spark 1.5/1.6 and Spark 2.0+.

    Handle different Vector types in Spark 1.5/1.6 and Spark 2.0+. Support both ML Vector and MLlib Vector for Spark 2.0+.

Inherited from AnyRef

Inherited from Any

Ungrouped