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

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

  2. trait DataParams[T] extends Params

    parameters passed to DLClassifier

Value Members

  1. object DLClassifier extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped