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. class DLClassifier[T] extends MlTransformer with HasInputCol with HasOutputCol with DataParams[T]

    Permalink

    A general Classifier to classify the input data in inputCol, and write the results to outputCol.

    A general Classifier to classify the input data in inputCol, and write the results to outputCol. Use setInputCol to set inputCol name, and use setOutputCol to set outputCol name.

    DLClassifier is compatible with both spark 1.5-plus and 2.0 by extending MLTransform.

  2. trait DataParams[T] extends Params

    Permalink

    parameters passed to DLClassifier

    parameters passed to DLClassifier

    T

    data type

Value Members

  1. object DLClassifier extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped