Package

org.apache.spark.ml.h2o

features

Permalink

package features

Visibility
  1. Public
  2. All

Type Members

  1. class ColRemover extends OneTimeTransformer with ColRemoverParams with DefaultParamsWritable

    Permalink

    This one time transformer removes specified columns in the input dataset

  2. trait ColRemoverParams extends Params

    Permalink
  3. class DatasetSplitter extends OneTimeTransformer with DatasetSplitterParams with DefaultParamsWritable

    Permalink

    Split the dataset and store the splits with the specified keys into DKV It determines the frame which is passed on the output in the following order: 1) If the train key is specified using setTrainKey method and the key is also specified in the list of keys, then frame with this key is passed on the output 2) Otherwise, if the default key - "train.hex" is specified in the list of keys, then frame with this key is passed on the output 3) Otherwise the first frame specified in the list of keys is passed on the output

  4. trait DatasetSplitterParams extends Params

    Permalink

Value Members

  1. object ColRemover extends DefaultParamsReadable[ColRemover] with Serializable

    Permalink
  2. object DatasetSplitter extends MLReadable[DatasetSplitter] with Serializable

    Permalink

Ungrouped