t

ai.h2o.sparkling.ml.params

H2OAutoMLParams

trait H2OAutoMLParams extends H2OCommonParams with H2OAutoMLBuildControlParams with H2OAutoMLBuildModelsParams with H2OAutoMLInputParams with H2OAutoMLStoppingCriteriaParams with HasMonotoneConstraints

Linear Supertypes
HasMonotoneConstraints, H2OAutoMLStoppingCriteriaParams, H2OAutoMLInputParams, HasBlendingDataFrame, HasLeaderboardDataFrame, HasIgnoredCols, H2OAutoMLBuildModelsParams, H2OAutoMLBuildControlParams, H2OCommonParams, H2OAlgoParamsBase, H2OFrameLifecycle, ParameterConstructorMethods, H2OBaseMOJOParams, Logging, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OAutoMLParams
  2. HasMonotoneConstraints
  3. H2OAutoMLStoppingCriteriaParams
  4. H2OAutoMLInputParams
  5. HasBlendingDataFrame
  6. HasLeaderboardDataFrame
  7. HasIgnoredCols
  8. H2OAutoMLBuildModelsParams
  9. H2OAutoMLBuildControlParams
  10. H2OCommonParams
  11. H2OAlgoParamsBase
  12. H2OFrameLifecycle
  13. ParameterConstructorMethods
  14. H2OBaseMOJOParams
  15. Logging
  16. Logging
  17. Params
  18. Serializable
  19. Serializable
  20. Identifiable
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ParametersExtraMethods extends AnyRef
    Definition Classes
    H2OAlgoParamsBase

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract val uid: String
    Definition Classes
    HasBlendingDataFrame → Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val balanceClasses: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  7. def booleanParam(name: String, doc: String): BooleanParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  8. val classSamplingFactors: NullableFloatArrayParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  9. final def clear(param: Param[_]): H2OAutoMLParams.this.type
    Definition Classes
    Params
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final val columnsToCategorical: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  12. def convert2dArrayToH2OFrame(input: Array[Array[Double]]): String
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  13. def convertDataFrameToH2OFrameKey(dataFrame: DataFrame): String
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  14. final val convertInvalidNumbersToNa: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  15. def convertMatrixToH2OFrameKeyArray(matrix: Array[DenseMatrix]): Array[String]
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  16. final val convertUnknownCategoricalLevelsToNa: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  17. def convertVectorArrayToH2OFrameKeyArray(vectors: Array[DenseVector]): Array[String]
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  18. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  19. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  20. final val detailedPredictionCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  21. def doubleArrayParam(name: String, doc: String): DoubleArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  22. def doubleParam(name: String, doc: String): org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. val excludeAlgos: NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildModelsParams
  26. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  27. def explainParams(): String
    Definition Classes
    Params
  28. val exploitationRatio: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildModelsParams
  29. val exportCheckpointsDir: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  30. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  31. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  32. final val featuresCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  33. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def floatParam(name: String, doc: String): FloatParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  35. val foldCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  36. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  37. def getBalanceClasses(): Boolean
    Definition Classes
    H2OAutoMLBuildControlParams
  38. def getBlendingDataFrame(): DataFrame
    Definition Classes
    HasBlendingDataFrame
  39. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. def getClassSamplingFactors(): Array[Float]
    Definition Classes
    H2OAutoMLBuildControlParams
  41. def getColumnsToCategorical(): Array[String]
    Definition Classes
    H2OCommonParams
  42. def getConvertInvalidNumbersToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  43. def getConvertUnknownCategoricalLevelsToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  44. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  45. def getDetailedPredictionCol(): String
    Definition Classes
    H2OBaseMOJOParams
  46. def getExcludeAlgos(): Array[String]
    Definition Classes
    H2OAutoMLBuildModelsParams
  47. def getExploitationRatio(): Double
    Definition Classes
    H2OAutoMLBuildModelsParams
  48. def getExportCheckpointsDir(): String
    Definition Classes
    H2OAutoMLBuildControlParams
  49. def getFeaturesCols(): Array[String]
    Definition Classes
    H2OCommonParams → H2OBaseMOJOParams
  50. def getFoldCol(): String
    Definition Classes
    H2OAutoMLInputParams
  51. def getIgnoredCols(): Array[String]
    Definition Classes
    HasIgnoredCols
  52. def getIncludeAlgos(): Array[String]
    Definition Classes
    H2OAutoMLBuildModelsParams
  53. def getKeepCrossValidationFoldAssignment(): Boolean
    Definition Classes
    H2OAutoMLBuildControlParams
  54. def getKeepCrossValidationModels(): Boolean
    Definition Classes
    H2OAutoMLBuildControlParams
  55. def getKeepCrossValidationPredictions(): Boolean
    Definition Classes
    H2OAutoMLBuildControlParams
  56. def getLabelCol(): String
    Definition Classes
    H2OAutoMLInputParams
  57. def getLeaderboardDataFrame(): DataFrame
    Definition Classes
    HasLeaderboardDataFrame
  58. def getMaxAfterBalanceSize(): Float
    Definition Classes
    H2OAutoMLBuildControlParams
  59. def getMaxModels(): Int
  60. def getMaxRuntimeSecs(): Double
  61. def getMaxRuntimeSecsPerModel(): Double
  62. def getMonotoneConstraints(): Map[String, Double]
    Definition Classes
    HasMonotoneConstraints
  63. def getNamedMojoOutputColumns(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  64. def getNfolds(): Int
    Definition Classes
    H2OAutoMLBuildControlParams
  65. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  66. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  67. def getPredictionCol(): String
    Definition Classes
    H2OBaseMOJOParams
  68. def getProjectName(): String
    Definition Classes
    H2OAutoMLBuildControlParams
  69. def getSeed(): Long
  70. def getSortMetric(): String
    Definition Classes
    H2OAutoMLInputParams
  71. def getSplitRatio(): Double
    Definition Classes
    H2OCommonParams
  72. def getStoppingMetric(): String
  73. def getStoppingRounds(): Int
  74. def getStoppingTolerance(): Double
  75. def getValidationDataFrame(): DataFrame
    Definition Classes
    H2OCommonParams
  76. def getWeightCol(): String
    Definition Classes
    H2OAutoMLInputParams
  77. def getWithContributions(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  78. def getWithLeafNodeAssignments(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  79. def getWithStageResults(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  80. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  81. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  82. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  83. val includeAlgos: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildModelsParams
  84. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  85. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  86. def intArrayParam(name: String, doc: String): IntArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  87. def intParam(name: String, doc: String): IntParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  88. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  89. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  90. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  91. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  92. val keepCrossValidationFoldAssignment: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  93. val keepCrossValidationModels: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  94. val keepCrossValidationPredictions: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  95. val labelCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  96. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  97. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  98. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  99. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  100. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  101. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  102. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  103. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  104. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  105. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  106. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  107. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  108. def longParam(name: String, doc: String): LongParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  109. val maxAfterBalanceSize: FloatParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  110. val maxModels: IntParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  111. val maxRuntimeSecs: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  112. val maxRuntimeSecsPerModel: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  113. final val namedMojoOutputColumns: Param[Boolean]
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  114. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  115. val nfolds: IntParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  116. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  117. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  118. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  119. def nullableDoubleArrayParam(name: String, doc: String): NullableDoubleArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  120. def nullableFloatArrayParam(name: String, doc: String): NullableFloatArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  121. def nullableIntArrayParam(name: String, doc: String): NullableIntArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  122. def nullableStringArrayArrayParam(name: String, doc: String): NullableStringArrayArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  123. def nullableStringArrayParam(name: String, doc: String): NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  124. def nullableStringPairArrayParam(name: String, doc: String): NullableStringPairArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  125. def nullableStringParam(name: String, doc: String): NullableStringParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  126. def param[T](name: String, doc: String): Param[T]
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  127. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  128. final val predictionCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  129. val projectName: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLBuildControlParams
  130. val seed: LongParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  131. final def set(paramPair: ParamPair[_]): H2OAutoMLParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  132. final def set(param: String, value: Any): H2OAutoMLParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  133. final def set[T](param: Param[T], value: T): H2OAutoMLParams.this.type
    Definition Classes
    Params
  134. def setBalanceClasses(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  135. def setBlendingDataFrame(value: DataFrame): H2OAutoMLParams.this.type
    Definition Classes
    HasBlendingDataFrame
  136. def setClassSamplingFactors(value: Array[Float]): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  137. def setColumnsToCategorical(columnNames: ArrayList[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  138. def setColumnsToCategorical(columns: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  139. def setColumnsToCategorical(first: String, others: String*): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  140. def setConvertInvalidNumbersToNa(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  141. def setConvertUnknownCategoricalLevelsToNa(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  142. final def setDefault(paramPairs: ParamPair[_]*): H2OAutoMLParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  143. final def setDefault[T](param: Param[T], value: T): H2OAutoMLParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  144. def setDetailedPredictionCol(columnName: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  145. def setExcludeAlgos(value: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildModelsParams
  146. def setExploitationRatio(value: Double): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildModelsParams
  147. def setExportCheckpointsDir(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  148. def setFeaturesCol(first: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  149. def setFeaturesCols(columnNames: ArrayList[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  150. def setFeaturesCols(columnNames: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  151. def setFeaturesCols(first: String, others: String*): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  152. def setFoldCol(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLInputParams
  153. def setIgnoredCols(value: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    HasIgnoredCols
  154. def setIncludeAlgos(value: Array[String]): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildModelsParams
  155. def setKeepCrossValidationFoldAssignment(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  156. def setKeepCrossValidationModels(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  157. def setKeepCrossValidationPredictions(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  158. def setLabelCol(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLInputParams
  159. def setLeaderboardDataFrame(value: DataFrame): H2OAutoMLParams.this.type
    Definition Classes
    HasLeaderboardDataFrame
  160. def setMaxAfterBalanceSize(value: Float): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  161. def setMaxModels(value: Int): H2OAutoMLParams.this.type
  162. def setMaxRuntimeSecs(value: Double): H2OAutoMLParams.this.type
  163. def setMaxRuntimeSecsPerModel(value: Double): H2OAutoMLParams.this.type
  164. def setMonotoneConstraints(value: Map[String, Double]): H2OAutoMLParams.this.type
    Definition Classes
    HasMonotoneConstraints
  165. def setNamedMojoOutputColumns(value: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  166. def setNfolds(value: Int): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  167. def setPredictionCol(columnName: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  168. def setProjectName(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLBuildControlParams
  169. def setSeed(value: Long): H2OAutoMLParams.this.type
  170. def setSortMetric(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLInputParams
  171. def setSplitRatio(ratio: Double): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  172. def setStoppingMetric(value: String): H2OAutoMLParams.this.type
  173. def setStoppingRounds(value: Int): H2OAutoMLParams.this.type
  174. def setStoppingTolerance(value: Double): H2OAutoMLParams.this.type
  175. def setValidationDataFrame(dataFrame: DataFrame): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  176. def setWeightCol(value: String): H2OAutoMLParams.this.type
    Definition Classes
    H2OAutoMLInputParams
  177. def setWithContributions(enabled: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  178. def setWithDetailedPredictionCol(enabled: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
    Annotations
    @DeprecatedMethod( x$2 , x$1 )
  179. def setWithLeafNodeAssignments(enabled: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  180. def setWithStageResults(enabled: Boolean): H2OAutoMLParams.this.type
    Definition Classes
    H2OCommonParams
  181. val sortMetric: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  182. final val splitRatio: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  183. val stoppingMetric: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  184. val stoppingRounds: IntParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  185. val stoppingTolerance: org.apache.spark.ml.param.DoubleParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLStoppingCriteriaParams
  186. def stringArrayParam(name: String, doc: String): StringArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  187. def stringParam(name: String, doc: String): Param[String]
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  188. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  189. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  190. final val validationDataFrame: NullableDataFrameParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  191. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  192. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  193. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  194. val weightCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OAutoMLInputParams
  195. final val withContributions: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  196. final val withDetailedPredictionCol: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  197. final val withLeafNodeAssignments: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  198. final val withStageResults: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams

Deprecated Value Members

  1. def getWithDetailedPredictionCol(): Boolean
    Definition Classes
    H2OBaseMOJOParams
    Annotations
    @deprecated
    Deprecated

    (Since version )

Inherited from HasMonotoneConstraints

Inherited from H2OAutoMLInputParams

Inherited from HasBlendingDataFrame

Inherited from HasLeaderboardDataFrame

Inherited from HasIgnoredCols

Inherited from H2OCommonParams

Inherited from H2OAlgoParamsBase

Inherited from H2OFrameLifecycle

Inherited from ParameterConstructorMethods

Inherited from H2OBaseMOJOParams

Inherited from Logging

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped