Trait

ai.h2o.sparkling.ml.params

H2OXGBoostParams

Related Doc: package params

Permalink

trait H2OXGBoostParams extends H2OAlgoSupervisedParams[XGBoostParameters] with H2OTreeBasedSupervisedMOJOParams with HasMonotoneConstraints with HasStoppingCriteria[XGBoostParameters]

Linear Supertypes
HasStoppingCriteria[XGBoostParameters], HasMonotoneConstraints, H2OTreeBasedSupervisedMOJOParams, H2OAlgoSupervisedParams[XGBoostParameters], H2OAlgoCommonParams[XGBoostParameters], H2OCommonSupervisedParams, H2OCommonParams, H2OSupervisedMOJOParams, H2OMOJOAlgoSharedParams, Logging, Logging, H2OAlgoParamsHelper[XGBoostParameters], Params, Serializable, Serializable, Identifiable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OXGBoostParams
  2. HasStoppingCriteria
  3. HasMonotoneConstraints
  4. H2OTreeBasedSupervisedMOJOParams
  5. H2OAlgoSupervisedParams
  6. H2OAlgoCommonParams
  7. H2OCommonSupervisedParams
  8. H2OCommonParams
  9. H2OSupervisedMOJOParams
  10. H2OMOJOAlgoSharedParams
  11. Logging
  12. Logging
  13. H2OAlgoParamsHelper
  14. Params
  15. Serializable
  16. Serializable
  17. Identifiable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type H2O_SCHEMA = XGBoostParametersV3

    Permalink
    Definition Classes
    H2OXGBoostParamsH2OAlgoParamsHelper

Abstract Value Members

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

    Permalink
    Definition Classes
    Params
  2. abstract val uid: String

    Permalink
    Definition Classes
    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. def booleanParam(name: String, doc: Option[String] = None): BooleanParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  8. final def clear(param: Param[_]): H2OXGBoostParams.this.type

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final val columnsToCategorical: StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  11. final val convertInvalidNumbersToNa: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  12. final val convertUnknownCategoricalLevelsToNa: BooleanParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  15. final val detailedPredictionCol: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  16. def doubleArrayParam(name: String, doc: Option[String] = None): DoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  17. def doubleArrayParam(name: String, doc: String): DoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  18. def doubleParam(name: String, doc: Option[String] = None): org.apache.spark.ml.param.DoubleParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  26. final val featuresCols: StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  27. def finalize(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  29. def floatParam(name: String, doc: String): FloatParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  30. final val foldCol: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  31. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  32. def getAllStringColumnsToCategorical(): Boolean

    Permalink
    Definition Classes
    H2OCommonParams
    Annotations
    @DeprecatedMethod( x$2 , x$1 )
  33. def getBackend(): String

    Permalink
  34. def getBooster(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def getColSampleByLevel(): Double

    Permalink
  37. def getColSampleByTree(): Double

    Permalink
  38. def getColSampleRate(): Double

    Permalink
  39. def getColSampleRatePerTree(): Double

    Permalink
  40. def getColumnsToCategorical(): Array[String]

    Permalink
    Definition Classes
    H2OCommonParams
  41. def getConvertInvalidNumbersToNa(): Boolean

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  42. def getConvertUnknownCategoricalLevelsToNa(): Boolean

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

    Permalink
    Definition Classes
    Params
  44. def getDetailedPredictionCol(): String

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  45. def getDistribution(): String

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  46. def getDmatrixType(): String

    Permalink
  47. def getDoc(doc: Option[String], fieldName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  48. def getEta(): Double

    Permalink
  49. def getExcludedCols(): Seq[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonSupervisedParamsH2OCommonParams
  50. def getFeaturesCols(): Array[String]

    Permalink
    Definition Classes
    H2OCommonParams → H2OMOJOAlgoSharedParams
  51. def getFoldCol(): String

    Permalink
    Definition Classes
    H2OCommonParams
  52. def getGainsliftBins(): Int

    Permalink
  53. def getGamma(): Float

    Permalink
  54. def getGpuId(): Int

    Permalink
  55. def getGrowPolicy(): String

    Permalink
  56. def getH2ODoc(fieldName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  57. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  58. def getKeepCrossValidationPredictions(): Boolean

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  59. def getLabelCol(): String

    Permalink
    Definition Classes
    H2OCommonSupervisedParams
  60. def getLearnRate(): Double

    Permalink
  61. def getMaxAbsLeafnodePred(): Float

    Permalink
  62. def getMaxBins(): Int

    Permalink
  63. def getMaxDeltaStep(): Float

    Permalink
  64. def getMaxDepth(): Int

    Permalink
  65. def getMaxLeaves(): Int

    Permalink
  66. def getMinChildWeight(): Double

    Permalink
  67. def getMinDataInLeaf(): Float

    Permalink
    Annotations
    @DeprecatedMethod( x$4 , x$3 )
  68. def getMinRows(): Double

    Permalink
  69. def getMinSplitImprovement(): Float

    Permalink
  70. def getMinSumHessianInLeaf(): Float

    Permalink
    Annotations
    @DeprecatedMethod( x$2 , x$1 )
  71. def getModelId(): String

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  72. def getMonotoneConstraints(): Map[String, Double]

    Permalink
    Definition Classes
    HasMonotoneConstraints
  73. def getNamedMojoOutputColumns(): Boolean

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  74. def getNfolds(): Int

    Permalink
    Definition Classes
    H2OCommonParams
  75. def getNormalizeType(): String

    Permalink
  76. def getNthread(): Int

    Permalink
  77. def getNtrees(): Int

    Permalink
    Definition Classes
    H2OTreeBasedSupervisedMOJOParams
  78. def getOffsetCol(): String

    Permalink
    Definition Classes
    H2OSupervisedMOJOParams
  79. def getOneDrop(): Boolean

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

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

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  82. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  83. def getPredictionCol(): String

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  84. def getQuietMode(): Boolean

    Permalink
  85. def getRateDrop(): Float

    Permalink
  86. def getRegAlpha(): Float

    Permalink
  87. def getRegLambda(): Float

    Permalink
  88. def getSampleRate(): Double

    Permalink
  89. def getSampleType(): String

    Permalink
  90. def getScoreTreeInterval(): Int

    Permalink
  91. def getSeed(): Long

    Permalink
    Definition Classes
    H2OCommonParams
  92. def getSkipDrop(): Float

    Permalink
  93. def getSplitRatio(): Double

    Permalink
    Definition Classes
    H2OCommonParams
  94. def getStoppingMetric(): String

    Permalink
    Definition Classes
    HasStoppingCriteria
  95. def getStoppingRounds(): Int

    Permalink
    Definition Classes
    HasStoppingCriteria
  96. def getStoppingTolerance(): Double

    Permalink
    Definition Classes
    HasStoppingCriteria
  97. def getSubsample(): Double

    Permalink
  98. def getTreeMethod(): String

    Permalink
  99. def getWeightCol(): String

    Permalink
    Definition Classes
    H2OCommonParams
  100. def getWithContributions(): Boolean

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  101. def getWithLeafNodeAssignments(): Boolean

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
  102. final def hasDefault[T](param: Param[T]): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  105. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  107. def intArrayParam(name: String, doc: Option[String] = None): IntArrayParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  109. def intParam(name: String, doc: Option[String] = None): IntParam

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  115. final val labelCol: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonSupervisedParams
  116. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  128. def longParam(name: String, doc: Option[String] = None): LongParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  130. final val modelId: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoCommonParams
  131. final val namedMojoOutputColumns: Param[Boolean]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  132. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  133. final val nfolds: IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  134. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  136. final val ntrees: IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OTreeBasedSupervisedMOJOParams
  137. def nullableDoubleArrayArrayParam(name: String, doc: Option[String] = None): NullableDoubleArrayArrayParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  139. def nullableDoubleArrayParam(name: String, doc: Option[String] = None): NullableDoubleArrayParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  141. def nullableStringArrayParam(name: String, doc: Option[String] = None): NullableStringArrayParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  143. def nullableStringParam(name: String, doc: Option[String] = None): NullableStringParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  145. def param[T](name: String, doc: Option[String] = None): Param[T]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  146. def param[T](name: String, doc: String): Param[T]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  147. def paramTag: ClassTag[XGBoostParameters]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OXGBoostParamsH2OAlgoParamsHelper
  148. var parameters: XGBoostParameters

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  149. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  150. final val predictionCol: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  151. def schemaTag: ClassTag[H2O_SCHEMA]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OXGBoostParamsH2OAlgoParamsHelper
  152. final val seed: LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  153. final def set(paramPair: ParamPair[_]): H2OXGBoostParams.this.type

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

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

    Permalink
    Definition Classes
    Params
  156. def setAllStringColumnsToCategorical(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
    Annotations
    @DeprecatedMethod( x$4 , x$3 )
  157. def setBackend(value: String): H2OXGBoostParams.this.type

    Permalink
  158. def setBooster(value: String): H2OXGBoostParams.this.type

    Permalink
  159. def setColSampleByLevel(value: Double): H2OXGBoostParams.this.type

    Permalink
  160. def setColSampleByTree(value: Double): H2OXGBoostParams.this.type

    Permalink
  161. def setColSampleRate(value: Double): H2OXGBoostParams.this.type

    Permalink
  162. def setColSampleRatePerTree(value: Double): H2OXGBoostParams.this.type

    Permalink
  163. def setColumnsToCategorical(columnNames: ArrayList[String]): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  164. def setColumnsToCategorical(columns: Array[String]): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  165. def setColumnsToCategorical(first: String, others: String*): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  166. def setConvertInvalidNumbersToNa(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  167. def setConvertUnknownCategoricalLevelsToNa(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  168. final def setDefault(paramPairs: ParamPair[_]*): H2OXGBoostParams.this.type

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

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  170. def setDetailedPredictionCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  171. def setDistribution(value: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  172. def setDmatrixType(value: String): H2OXGBoostParams.this.type

    Permalink
  173. def setEta(value: Double): H2OXGBoostParams.this.type

    Permalink
  174. def setFeaturesCol(first: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  175. def setFeaturesCols(columnNames: ArrayList[String]): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  176. def setFeaturesCols(columnNames: Array[String]): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  177. def setFeaturesCols(first: String, others: String*): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  178. def setFoldCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  179. def setGainsliftBins(value: Int): H2OXGBoostParams.this.type

    Permalink
  180. def setGamma(value: Float): H2OXGBoostParams.this.type

    Permalink
  181. def setGpuId(value: Int): H2OXGBoostParams.this.type

    Permalink
  182. def setGrowPolicy(value: String): H2OXGBoostParams.this.type

    Permalink
  183. def setKeepCrossValidationFoldAssignment(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  184. def setKeepCrossValidationPredictions(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  185. def setLabelCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonSupervisedParams
  186. def setLearnRate(value: Double): H2OXGBoostParams.this.type

    Permalink
  187. def setMaxAbsLeafnodePred(value: Float): H2OXGBoostParams.this.type

    Permalink
  188. def setMaxBins(value: Int): H2OXGBoostParams.this.type

    Permalink
  189. def setMaxDeltaStep(value: Float): H2OXGBoostParams.this.type

    Permalink
  190. def setMaxDepth(value: Int): H2OXGBoostParams.this.type

    Permalink
  191. def setMaxLeaves(value: Int): H2OXGBoostParams.this.type

    Permalink
  192. def setMinChildWeight(value: Double): H2OXGBoostParams.this.type

    Permalink
  193. def setMinDataInLeaf(value: Float): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( x$8 , x$7 )
  194. def setMinRows(value: Double): H2OXGBoostParams.this.type

    Permalink
  195. def setMinSplitImprovement(value: Float): H2OXGBoostParams.this.type

    Permalink
  196. def setMinSumHessianInLeaf(value: Float): H2OXGBoostParams.this.type

    Permalink
    Annotations
    @DeprecatedMethod( x$6 , x$5 )
  197. def setModelId(id: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  198. def setMonotoneConstraints(value: Map[String, Double]): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    HasMonotoneConstraints
  199. def setNamedMojoOutputColumns(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  200. def setNfolds(value: Int): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  201. def setNormalizeType(value: String): H2OXGBoostParams.this.type

    Permalink
  202. def setNthread(value: Int): H2OXGBoostParams.this.type

    Permalink
  203. def setNtrees(value: Int): H2OXGBoostParams.this.type

    Permalink
  204. def setOffsetCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonSupervisedParams
  205. def setOneDrop(value: Boolean): H2OXGBoostParams.this.type

    Permalink
  206. def setParallelizeCrossValidation(value: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OAlgoCommonParams
  207. def setPredictionCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  208. def setQuietMode(value: Boolean): H2OXGBoostParams.this.type

    Permalink
  209. def setRateDrop(value: Float): H2OXGBoostParams.this.type

    Permalink
  210. def setRegAlpha(value: Float): H2OXGBoostParams.this.type

    Permalink
  211. def setRegLambda(value: Float): H2OXGBoostParams.this.type

    Permalink
  212. def setSampleRate(value: Double): H2OXGBoostParams.this.type

    Permalink
  213. def setSampleType(value: String): H2OXGBoostParams.this.type

    Permalink
  214. def setScoreTreeInterval(value: Int): H2OXGBoostParams.this.type

    Permalink
  215. def setSeed(value: Long): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  216. def setSkipDrop(value: Float): H2OXGBoostParams.this.type

    Permalink
  217. def setSplitRatio(ratio: Double): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  218. def setStoppingMetric(value: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    HasStoppingCriteria
  219. def setStoppingRounds(value: Int): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    HasStoppingCriteria
  220. def setStoppingTolerance(value: Double): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    HasStoppingCriteria
  221. def setSubsample(value: Double): H2OXGBoostParams.this.type

    Permalink
  222. def setTreeMethod(value: String): H2OXGBoostParams.this.type

    Permalink
  223. def setWeightCol(columnName: String): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  224. def setWithContributions(enabled: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  225. def setWithDetailedPredictionCol(enabled: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
    Annotations
    @DeprecatedMethod( x$6 , x$5 )
  226. def setWithLeafNodeAssignments(enabled: Boolean): H2OXGBoostParams.this.type

    Permalink
    Definition Classes
    H2OCommonParams
  227. final val splitRatio: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  228. def stringArrayParam(name: String, doc: Option[String] = None): StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  229. def stringArrayParam(name: String, doc: String): StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsHelper
  230. def stringParam(name: String, doc: Option[String] = None): Param[String]

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

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

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

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  234. final def wait(): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  238. final val withContributions: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  239. final val withDetailedPredictionCol: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams
  240. final val withLeafNodeAssignments: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOAlgoSharedParams

Deprecated Value Members

  1. def getWithDetailedPredictionCol(): Boolean

    Permalink
    Definition Classes
    H2OMOJOAlgoSharedParams
    Annotations
    @deprecated
    Deprecated

    (Since version )

Inherited from HasStoppingCriteria[XGBoostParameters]

Inherited from HasMonotoneConstraints

Inherited from H2OTreeBasedSupervisedMOJOParams

Inherited from H2OAlgoSupervisedParams[XGBoostParameters]

Inherited from H2OAlgoCommonParams[XGBoostParameters]

Inherited from H2OCommonSupervisedParams

Inherited from H2OCommonParams

Inherited from H2OSupervisedMOJOParams

Inherited from H2OMOJOAlgoSharedParams

Inherited from Logging

Inherited from Logging

Inherited from H2OAlgoParamsHelper[XGBoostParameters]

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped