Package

org.apache.spark.ml.h2o

param

Permalink

package param

Visibility
  1. Public
  2. All

Type Members

  1. class AlgoParams extends Param[Parameters]

    Permalink
  2. trait DeprecatableParams extends Params with Logging

    Permalink

    The trait represents a definition of ML algorithm parameters that may contain some deprecations

  3. abstract class EnumArrayParam[T] extends Param[Array[T]]

    Permalink
  4. abstract class EnumParam[T] extends Param[T]

    Permalink
  5. trait H2OAlgoParams[P <: Parameters] extends H2OAlgoParamsHelper[P] with H2OCommonParams with DeprecatableParams

    Permalink

    A trait extracting a shared parameters among all models.

    A trait extracting a shared parameters among all models.

    TODO: There are still bunch of parameters defined Model.ModelParameters which need to be ported here

  6. trait H2OAlgoParamsHelper[P <: Parameters] extends Params

    Permalink

    Base trait providing parameters utilities and shared methods for handling parameters for H2O objects

    Base trait providing parameters utilities and shared methods for handling parameters for H2O objects

    P

    H2O's parameter type

  7. trait H2OCommonParams extends Params with Logging

    Permalink

    This trait contains parameters that are shared across all algorithms.

  8. class H2ODistributionParam extends EnumParam[DistributionFamily]

    Permalink
  9. class H2OHistogramTypeParam extends EnumParam[HistogramType]

    Permalink
  10. trait H2OMOJOModelParams extends Params

    Permalink

    Parameters which need to be available on the model itself for prediction purposes.

    Parameters which need to be available on the model itself for prediction purposes. This can't be backed byt H2OAlgoParamsHelper as at the time of prediction we might be using mojo and binary parameters are not available.

  11. trait H2OMOJOPipelineModelParams extends Params

    Permalink

    Parameters which need to be available on the model itself for prediction purposes.

    Parameters which need to be available on the model itself for prediction purposes. This can't be backed byt H2OAlgoParamsHelper as at the time of prediction we might be using mojo and binary parameters are not available.

  12. trait H2OSharedTreeParams[P <: SharedTreeParameters] extends H2OAlgoParams[P]

    Permalink
  13. class HyperParamsParam extends Param[Map[String, Array[AnyRef]]]

    Permalink
  14. class NullableDoubleArrayParam extends Param[Array[Double]]

    Permalink
  15. class NullableFloatArrayParam extends Param[Array[Float]]

    Permalink
  16. class NullableStringArrayParam extends Param[Array[String]]

    Permalink
  17. class NullableStringParam extends Param[String]

    Permalink
  18. class StoppingMetricParam extends EnumParam[StoppingMetric]

    Permalink

Ungrouped