Trait

ai.h2o.sparkling.ml.params

H2OStackedEnsembleParams

Related Doc: package params

Permalink

trait H2OStackedEnsembleParams extends H2OAlgoParamsBase with HasBlendingDataFrame with HasBaseAlgorithms

Linear Supertypes
HasBaseAlgorithms, HasBlendingDataFrame, HasDataFrameSerializer, Logging, Logging, H2OAlgoParamsBase, H2OFrameLifecycle, ParameterConstructorMethods, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OStackedEnsembleParams
  2. HasBaseAlgorithms
  3. HasBlendingDataFrame
  4. HasDataFrameSerializer
  5. Logging
  6. Logging
  7. H2OAlgoParamsBase
  8. H2OFrameLifecycle
  9. ParameterConstructorMethods
  10. Params
  11. Serializable
  12. Serializable
  13. Identifiable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ParametersExtraMethods extends AnyRef

    Permalink
    Definition Classes
    H2OAlgoParamsBase

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params

    Permalink
    Definition Classes
    Params
  2. abstract val uid: String

    Permalink
    Definition Classes
    HasBlendingDataFrame → Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val aucType: Param[String]

    Permalink
    Attributes
    protected
  7. def booleanParam(name: String, doc: String): BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  8. val categoricalEncoding: Param[String]

    Permalink
    Attributes
    protected
  9. val checkpoint: NullableStringParam

    Permalink
    Attributes
    protected
  10. final def clear(param: Param[_]): H2OStackedEnsembleParams.this.type

    Permalink
    Definition Classes
    Params
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def convert2dArrayToH2OFrame(input: Array[Array[Double]]): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  13. def convertDataFrameToH2OFrameKey(dataFrame: DataFrame): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  14. def convertMatrixToH2OFrameKeyArray(matrix: Array[DenseMatrix]): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  15. def convertVectorArrayToH2OFrameKeyArray(vectors: Array[DenseVector]): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  16. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  17. val customDistributionFunc: NullableStringParam

    Permalink
    Attributes
    protected
  18. val customMetricFunc: NullableStringParam

    Permalink
    Attributes
    protected
  19. final val dataFrameSerializer: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    HasDataFrameSerializer
  20. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  21. val distribution: Param[String]

    Permalink
    Attributes
    protected
  22. def doubleArrayParam(name: String, doc: String): DoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  23. def doubleParam(name: String, doc: String): org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  27. def explainParams(): String

    Permalink
    Definition Classes
    Params
  28. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
  29. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  30. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def floatParam(name: String, doc: String): FloatParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  33. val foldAssignment: Param[String]

    Permalink
    Attributes
    protected
  34. val foldCol: NullableStringParam

    Permalink
    Attributes
    protected
  35. val gainsliftBins: IntParam

    Permalink
    Attributes
    protected
  36. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  37. def getAucType(): String

    Permalink
  38. def getBaseAlgorithms(): Array[H2OAlgorithm[_ <: Parameters]]

    Permalink
    Definition Classes
    HasBaseAlgorithms
  39. def getBlendingDataFrame(): DataFrame

    Permalink
    Definition Classes
    HasBlendingDataFrame
  40. def getCategoricalEncoding(): String

    Permalink
  41. def getCheckpoint(): String

    Permalink
  42. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  43. def getCustomDistributionFunc(): String

    Permalink
  44. def getCustomMetricFunc(): String

    Permalink
  45. def getDataFrameSerializer(): String

    Permalink
    Definition Classes
    HasDataFrameSerializer
  46. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  47. def getDistribution(): String

    Permalink
  48. def getExportCheckpointsDir(): String

    Permalink
  49. def getFoldAssignment(): String

    Permalink
  50. def getFoldCol(): String

    Permalink
  51. def getGainsliftBins(): Int

    Permalink
  52. def getHuberAlpha(): Double

    Permalink
  53. def getIgnoreConstCols(): Boolean

    Permalink
  54. def getIgnoredCols(): Array[String]

    Permalink
  55. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
  56. def getKeepCrossValidationModels(): Boolean

    Permalink
  57. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  58. def getKeepLeveloneFrame(): Boolean

    Permalink
  59. def getLabelCol(): String

    Permalink
  60. def getMaxCategoricalLevels(): Int

    Permalink
  61. def getMaxRuntimeSecs(): Double

    Permalink
  62. def getMetalearnerAlgorithm(): String

    Permalink
  63. def getMetalearnerFoldAssignment(): String

    Permalink
  64. def getMetalearnerFoldCol(): String

    Permalink
  65. def getMetalearnerNfolds(): Int

    Permalink
  66. def getMetalearnerParams(): String

    Permalink
  67. def getMetalearnerTransform(): String

    Permalink
  68. def getModelId(): String

    Permalink
  69. def getNfolds(): Int

    Permalink
  70. def getOffsetCol(): String

    Permalink
  71. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  72. def getParallelizeCrossValidation(): Boolean

    Permalink
  73. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  74. def getQuantileAlpha(): Double

    Permalink
  75. def getScoreEachIteration(): Boolean

    Permalink
  76. def getScoreTrainingSamples(): Long

    Permalink
  77. def getSeed(): Long

    Permalink
  78. def getStoppingMetric(): String

    Permalink
  79. def getStoppingRounds(): Int

    Permalink
  80. def getStoppingTolerance(): Double

    Permalink
  81. def getTweediePower(): Double

    Permalink
  82. def getWeightCol(): String

    Permalink
  83. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  84. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  85. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  86. val huberAlpha: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  87. val ignoreConstCols: BooleanParam

    Permalink
    Attributes
    protected
  88. val ignoredCols: NullableStringArrayParam

    Permalink
    Attributes
    protected
  89. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  90. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  91. def intArrayParam(name: String, doc: String): IntArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  92. def intParam(name: String, doc: String): IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  93. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  94. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  95. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  96. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  97. val keepCrossValidationFoldAssignment: BooleanParam

    Permalink
    Attributes
    protected
  98. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  99. val keepCrossValidationPredictions: BooleanParam

    Permalink
    Attributes
    protected
  100. val keepLeveloneFrame: BooleanParam

    Permalink
    Attributes
    protected
  101. val labelCol: NullableStringParam

    Permalink
    Attributes
    protected
  102. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  103. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  104. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  105. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  106. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  107. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  108. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  109. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  110. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  111. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  112. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  113. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  114. def longParam(name: String, doc: String): LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  115. val maxCategoricalLevels: IntParam

    Permalink
    Attributes
    protected
  116. val maxRuntimeSecs: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  117. val metalearnerAlgorithm: Param[String]

    Permalink
    Attributes
    protected
  118. val metalearnerFoldAssignment: Param[String]

    Permalink
    Attributes
    protected
  119. val metalearnerFoldCol: NullableStringParam

    Permalink
    Attributes
    protected
  120. val metalearnerNfolds: IntParam

    Permalink
    Attributes
    protected
  121. val metalearnerParams: Param[String]

    Permalink
    Attributes
    protected
  122. val metalearnerTransform: Param[String]

    Permalink
    Attributes
    protected
  123. val modelId: NullableStringParam

    Permalink
    Attributes
    protected
  124. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  125. val nfolds: IntParam

    Permalink
    Attributes
    protected
  126. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  127. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  128. def nullableBooleanArrayParam(name: String, doc: String): NullableBooleanArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  129. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  130. def nullableDoubleArrayParam(name: String, doc: String): NullableDoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  131. def nullableFloatArrayParam(name: String, doc: String): NullableFloatArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  132. def nullableIntArrayParam(name: String, doc: String): NullableIntArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  133. def nullableStringArrayArrayParam(name: String, doc: String): NullableStringArrayArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  134. def nullableStringArrayParam(name: String, doc: String): NullableStringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  135. def nullableStringPairArrayParam(name: String, doc: String): NullableStringPairArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  136. def nullableStringParam(name: String, doc: String): NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  137. val offsetCol: NullableStringParam

    Permalink
    Attributes
    protected
  138. val parallelizeCrossValidation: BooleanParam

    Permalink
    Attributes
    protected
  139. def param[T](name: String, doc: String): Param[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  140. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  141. val quantileAlpha: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  142. val scoreEachIteration: BooleanParam

    Permalink
    Attributes
    protected
  143. val scoreTrainingSamples: LongParam

    Permalink
    Attributes
    protected
  144. val seed: LongParam

    Permalink
    Attributes
    protected
  145. final def set(paramPair: ParamPair[_]): H2OStackedEnsembleParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  146. final def set(param: String, value: Any): H2OStackedEnsembleParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  147. final def set[T](param: Param[T], value: T): H2OStackedEnsembleParams.this.type

    Permalink
    Definition Classes
    Params
  148. def setAucType(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  149. def setBaseAlgorithms(value: Array[H2OAlgorithm[_ <: Parameters]]): H2OStackedEnsembleParams.this.type

    Permalink
    Definition Classes
    HasBaseAlgorithms
  150. def setBlendingDataFrame(value: DataFrame): H2OStackedEnsembleParams.this.type

    Permalink
    Definition Classes
    HasBlendingDataFrame
  151. def setCategoricalEncoding(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  152. def setCheckpoint(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  153. def setCustomDistributionFunc(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  154. def setCustomMetricFunc(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  155. final def setDefault(paramPairs: ParamPair[_]*): H2OStackedEnsembleParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  156. final def setDefault[T](param: Param[T], value: T): H2OStackedEnsembleParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  157. def setDistribution(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  158. def setExportCheckpointsDir(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  159. def setFoldAssignment(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  160. def setFoldCol(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  161. def setGainsliftBins(value: Int): H2OStackedEnsembleParams.this.type

    Permalink
  162. def setHuberAlpha(value: Double): H2OStackedEnsembleParams.this.type

    Permalink
  163. def setIgnoreConstCols(value: Boolean): H2OStackedEnsembleParams.this.type

    Permalink
  164. def setIgnoredCols(value: Array[String]): H2OStackedEnsembleParams.this.type

    Permalink
  165. def setKeepCrossValidationFoldAssignment(value: Boolean): H2OStackedEnsembleParams.this.type

    Permalink
  166. def setKeepCrossValidationModels(value: Boolean): H2OStackedEnsembleParams.this.type

    Permalink
  167. def setKeepCrossValidationPredictions(value: Boolean): H2OStackedEnsembleParams.this.type

    Permalink
  168. def setKeepLeveloneFrame(value: Boolean): H2OStackedEnsembleParams.this.type

    Permalink
  169. def setLabelCol(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  170. def setMaxCategoricalLevels(value: Int): H2OStackedEnsembleParams.this.type

    Permalink
  171. def setMaxRuntimeSecs(value: Double): H2OStackedEnsembleParams.this.type

    Permalink
  172. def setMetalearnerAlgorithm(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  173. def setMetalearnerFoldAssignment(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  174. def setMetalearnerFoldCol(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  175. def setMetalearnerNfolds(value: Int): H2OStackedEnsembleParams.this.type

    Permalink
  176. def setMetalearnerParams(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  177. def setMetalearnerTransform(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  178. def setModelId(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  179. def setNfolds(value: Int): H2OStackedEnsembleParams.this.type

    Permalink
  180. def setOffsetCol(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  181. def setParallelizeCrossValidation(value: Boolean): H2OStackedEnsembleParams.this.type

    Permalink
  182. def setQuantileAlpha(value: Double): H2OStackedEnsembleParams.this.type

    Permalink
  183. def setScoreEachIteration(value: Boolean): H2OStackedEnsembleParams.this.type

    Permalink
  184. def setScoreTrainingSamples(value: Long): H2OStackedEnsembleParams.this.type

    Permalink
  185. def setSeed(value: Long): H2OStackedEnsembleParams.this.type

    Permalink
  186. def setStoppingMetric(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  187. def setStoppingRounds(value: Int): H2OStackedEnsembleParams.this.type

    Permalink
  188. def setStoppingTolerance(value: Double): H2OStackedEnsembleParams.this.type

    Permalink
  189. def setTweediePower(value: Double): H2OStackedEnsembleParams.this.type

    Permalink
  190. def setWeightCol(value: String): H2OStackedEnsembleParams.this.type

    Permalink
  191. val stoppingMetric: Param[String]

    Permalink
    Attributes
    protected
  192. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  193. val stoppingTolerance: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  194. def stringArrayParam(name: String, doc: String): StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  195. def stringParam(name: String, doc: String): Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  196. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  197. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  198. val tweediePower: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  199. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  200. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  201. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  202. val weightCol: NullableStringParam

    Permalink
    Attributes
    protected

Inherited from HasBaseAlgorithms

Inherited from HasBlendingDataFrame

Inherited from HasDataFrameSerializer

Inherited from Logging

Inherited from Logging

Inherited from H2OAlgoParamsBase

Inherited from H2OFrameLifecycle

Inherited from ParameterConstructorMethods

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped