Class/Object

ai.h2o.sparkling.ml.models

H2OXGBoostMOJOModel

Related Docs: object H2OXGBoostMOJOModel | package models

Permalink

class H2OXGBoostMOJOModel extends H2OTreeBasedSupervisedMOJOModel with ParameterConstructorMethods with Logging with HasMonotoneConstraintsOnMOJO with HasIgnoredColsOnMOJO

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OXGBoostMOJOModel
  2. HasIgnoredColsOnMOJO
  3. HasMonotoneConstraintsOnMOJO
  4. ParameterConstructorMethods
  5. H2OTreeBasedSupervisedMOJOModel
  6. H2OTreeBasedMOJOParams
  7. H2OSupervisedMOJOModel
  8. H2OSupervisedMOJOParams
  9. H2OMOJOModel
  10. SpecificMOJOParameters
  11. H2OMOJOPrediction
  12. H2OMOJOPredictionOrdinal
  13. H2OMOJOPredictionCoxPH
  14. H2OMOJOPredictionBinomial
  15. H2OMOJOPredictionClustering
  16. H2OMOJOPredictionDimReduction
  17. H2OMOJOPredictionMultinomial
  18. PredictionWithStageProbabilities
  19. H2OMOJOPredictionAutoEncoder
  20. H2OMOJOPredictionAnomaly
  21. H2OMOJOPredictionWordEmbedding
  22. H2OMOJOPredictionRegression
  23. PredictionWithContributions
  24. H2OMOJOModelBase
  25. H2OMOJOFlattenedInput
  26. H2OMOJOWritable
  27. MLWritable
  28. HasMojo
  29. H2OBaseMOJOParams
  30. Logging
  31. Model
  32. Transformer
  33. PipelineStage
  34. Logging
  35. Params
  36. Serializable
  37. Serializable
  38. Identifiable
  39. AnyRef
  40. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new H2OXGBoostMOJOModel(uid: String)

    Permalink

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. def applyPredictionUdf(dataset: Dataset[_], udfConstructor: (Array[String]) ⇒ UserDefinedFunction): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOFlattenedInput
  6. def applyPredictionUdfToFlatDataFrame(flatDataFrame: DataFrame, udfConstructor: (Array[String]) ⇒ UserDefinedFunction, inputs: Array[String]): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OSupervisedMOJOModelH2OMOJOModelH2OMOJOFlattenedInput
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val aucType: NullableStringParam

    Permalink
    Attributes
    protected
  9. val backend: NullableStringParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  11. val booster: NullableStringParam

    Permalink
    Attributes
    protected
  12. val buildTreeOneNode: BooleanParam

    Permalink
    Attributes
    protected
  13. val calibrateModel: BooleanParam

    Permalink
    Attributes
    protected
  14. val categoricalEncoding: NullableStringParam

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val colSampleByLevel: DoubleParam

    Permalink
    Attributes
    protected
  18. val colSampleByNode: DoubleParam

    Permalink
    Attributes
    protected
  19. val colSampleByTree: DoubleParam

    Permalink
    Attributes
    protected
  20. val colSampleRate: DoubleParam

    Permalink
    Attributes
    protected
  21. val colSampleRatePerTree: DoubleParam

    Permalink
    Attributes
    protected
  22. final val convertInvalidNumbersToNa: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  23. final val convertUnknownCategoricalLevelsToNa: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  24. def copy(extra: ParamMap): H2OMOJOModel

    Permalink
    Definition Classes
    H2OMOJOModel → Model → Transformer → PipelineStage → Params
  25. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  26. final val crossValidationMetrics: MapStringDoubleParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  29. val distribution: NullableStringParam

    Permalink
    Attributes
    protected
  30. val dmatrixType: NullableStringParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  32. def doubleParam(name: String, doc: String): DoubleParam

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. val eta: DoubleParam

    Permalink
    Attributes
    protected
  36. def explainParam(param: Param[_]): String

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

    Permalink
    Definition Classes
    Params
  38. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
  39. def extractAnomalyPredictionColContent(): Column

    Permalink
    Definition Classes
    H2OMOJOPredictionAnomaly
  40. def extractAutoEncoderPredictionColContent(): Column

    Permalink
    Definition Classes
    H2OMOJOPredictionAutoEncoder
  41. def extractBinomialPredictionColContent(): Column

    Permalink
    Definition Classes
    H2OMOJOPredictionBinomial
  42. def extractClusteringPredictionColContent(): Column

    Permalink
    Definition Classes
    H2OMOJOPredictionClustering
  43. def extractCoxPHPredictionColContent(): Column

    Permalink
    Definition Classes
    H2OMOJOPredictionCoxPH
  44. def extractDimReductionSimplePredictionColContent(): Column

    Permalink
  45. def extractMultinomialPredictionColContent(): Column

    Permalink
    Definition Classes
    H2OMOJOPredictionMultinomial
  46. def extractOrdinalPredictionColContent(): Column

    Permalink
    Definition Classes
    H2OMOJOPredictionOrdinal
  47. final def extractParamMap(): ParamMap

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

    Permalink
    Definition Classes
    Params
  49. def extractPredictionColContent(): Column

    Permalink
    Definition Classes
    H2OMOJOPrediction
  50. def extractRegressionPredictionColContent(): Column

    Permalink
    Definition Classes
    H2OMOJOPredictionRegression
  51. def extractWordEmbeddingPredictionColContent(): Column

    Permalink
  52. final val featureTypes: MapStringStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelBase
  53. final val featuresCols: StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  54. def finalize(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  56. val foldAssignment: NullableStringParam

    Permalink
    Attributes
    protected
  57. val foldCol: NullableStringParam

    Permalink
    Attributes
    protected
  58. val gainsliftBins: IntParam

    Permalink
    Attributes
    protected
  59. val gamma: FloatParam

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

    Permalink
    Definition Classes
    Params
  61. def getAnomalyPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPredictionAnomaly
  62. def getAnomalyPredictionSchema(): StructType

    Permalink
    Definition Classes
    H2OMOJOPredictionAnomaly
  63. def getAnomalyPredictionUDF(): UserDefinedFunction

    Permalink
    Definition Classes
    H2OMOJOPredictionAnomaly
  64. def getAucType(): String

    Permalink
  65. def getAutoEncoderPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPredictionAutoEncoder
  66. def getAutoEncoderPredictionSchema(): StructType

    Permalink
    Definition Classes
    H2OMOJOPredictionAutoEncoder
  67. def getAutoEncoderPredictionUDF(): UserDefinedFunction

    Permalink
    Definition Classes
    H2OMOJOPredictionAutoEncoder
  68. def getBackend(): String

    Permalink
  69. def getBinomialPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPredictionBinomial
  70. def getBinomialPredictionSchema(): StructType

    Permalink
    Definition Classes
    H2OMOJOPredictionBinomial
  71. def getBinomialPredictionUDF(): UserDefinedFunction

    Permalink
    Definition Classes
    H2OMOJOPredictionBinomial
  72. def getBooster(): String

    Permalink
  73. def getBuildTreeOneNode(): Boolean

    Permalink
  74. def getCalibrateModel(): Boolean

    Permalink
  75. def getCategoricalEncoding(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  77. def getClusteringPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPredictionClustering
  78. def getClusteringPredictionSchema(): StructType

    Permalink
    Definition Classes
    H2OMOJOPredictionClustering
  79. def getClusteringPredictionUDF(): UserDefinedFunction

    Permalink
    Definition Classes
    H2OMOJOPredictionClustering
  80. def getColSampleByLevel(): Double

    Permalink
  81. def getColSampleByNode(): Double

    Permalink
  82. def getColSampleByTree(): Double

    Permalink
  83. def getColSampleRate(): Double

    Permalink
  84. def getColSampleRatePerTree(): Double

    Permalink
  85. def getContributionsSchema(model: EasyPredictModelWrapper): DataType

    Permalink
    Attributes
    protected
    Definition Classes
    PredictionWithContributions
  86. def getConvertInvalidNumbersToNa(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  87. def getConvertUnknownCategoricalLevelsToNa(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  88. def getCoxPHPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPredictionCoxPH
  89. def getCoxPHPredictionSchema(): StructType

    Permalink
    Definition Classes
    H2OMOJOPredictionCoxPH
  90. def getCoxPHPredictionUDF(): UserDefinedFunction

    Permalink
    Definition Classes
    H2OMOJOPredictionCoxPH
  91. def getCrossValidationMetrics(): Map[String, Double]

    Permalink
    Definition Classes
    H2OMOJOModel
  92. def getCurrentMetrics(): Map[String, Double]

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

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

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  95. def getDetailedPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPrediction
  96. def getDimReductionPredictionColSchema(): Seq[StructField]

    Permalink
  97. def getDimReductionPredictionSchema(): StructType

    Permalink
  98. def getDimReductionPredictionUDF(): UserDefinedFunction

    Permalink
  99. def getDistribution(): String

    Permalink
  100. def getDmatrixType(): String

    Permalink
  101. def getDomainValues(): Map[String, Array[String]]

    Permalink
    Definition Classes
    H2OMOJOModel
  102. def getEta(): Double

    Permalink
  103. def getExportCheckpointsDir(): String

    Permalink
  104. def getFeatureTypes(): Map[String, String]

    Permalink
    Definition Classes
    H2OMOJOModelBase
  105. def getFeaturesCols(): Array[String]

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  106. def getFoldAssignment(): String

    Permalink
  107. def getFoldCol(): String

    Permalink
  108. def getGainsliftBins(): Int

    Permalink
  109. def getGamma(): Float

    Permalink
  110. def getGpuId(): Array[Int]

    Permalink
  111. def getGrowPolicy(): String

    Permalink
  112. def getIgnoreConstCols(): Boolean

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

    Permalink
    Definition Classes
    HasIgnoredColsOnMOJO
  114. def getInteractionConstraints(): Array[Array[String]]

    Permalink
  115. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
  116. def getKeepCrossValidationModels(): Boolean

    Permalink
  117. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  118. def getLabelCol(): String

    Permalink
  119. def getLearnRate(): Double

    Permalink
  120. def getMaxAbsLeafnodePred(): Float

    Permalink
  121. def getMaxBins(): Int

    Permalink
  122. def getMaxDeltaStep(): Float

    Permalink
  123. def getMaxDepth(): Int

    Permalink
  124. def getMaxLeaves(): Int

    Permalink
  125. def getMaxRuntimeSecs(): Double

    Permalink
  126. def getMinChildWeight(): Double

    Permalink
  127. def getMinRows(): Double

    Permalink
  128. def getMinSplitImprovement(): Float

    Permalink
  129. def getModelCategory(): String

    Permalink
    Definition Classes
    H2OMOJOModel
  130. def getModelDetails(): String

    Permalink
    Definition Classes
    H2OMOJOModel
  131. def getMojo(): File

    Permalink
    Attributes
    protected
    Definition Classes
    HasMojo
  132. def getMonotoneConstraints(): Map[String, Double]

    Permalink
    Definition Classes
    HasMonotoneConstraintsOnMOJO
  133. def getMultinomialPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPredictionMultinomial
  134. def getMultinomialPredictionSchema(): StructType

    Permalink
    Definition Classes
    H2OMOJOPredictionMultinomial
  135. def getMultinomialPredictionUDF(): UserDefinedFunction

    Permalink
    Definition Classes
    H2OMOJOPredictionMultinomial
  136. def getNamedMojoOutputColumns(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  137. def getNfolds(): Int

    Permalink
  138. def getNormalizeType(): String

    Permalink
  139. def getNthread(): Int

    Permalink
  140. def getNtrees(): Int

    Permalink
    Definition Classes
    H2OTreeBasedMOJOParams
  141. def getOffsetCol(): String

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

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

    Permalink
    Definition Classes
    Params
  144. def getOrdinalPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPredictionOrdinal
  145. def getOrdinalPredictionSchema(): StructType

    Permalink
    Definition Classes
    H2OMOJOPredictionOrdinal
  146. def getOrdinalPredictionUDF(): UserDefinedFunction

    Permalink
    Definition Classes
    H2OMOJOPredictionOrdinal
  147. def getParam(paramName: String): Param[Any]

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

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  149. def getPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPrediction
  150. def getPredictionSchema(): StructType

    Permalink
    Definition Classes
    H2OMOJOPrediction
  151. def getPredictionUDF(): UserDefinedFunction

    Permalink
    Definition Classes
    H2OMOJOPrediction
  152. def getQuietMode(): Boolean

    Permalink
  153. def getRateDrop(): Float

    Permalink
  154. def getRegAlpha(): Float

    Permalink
  155. def getRegLambda(): Float

    Permalink
  156. def getRegressionPredictionColSchema(): Seq[StructField]

    Permalink
    Definition Classes
    H2OMOJOPredictionRegression
  157. def getRegressionPredictionSchema(): StructType

    Permalink
    Definition Classes
    H2OMOJOPredictionRegression
  158. def getRegressionPredictionUDF(): UserDefinedFunction

    Permalink
    Definition Classes
    H2OMOJOPredictionRegression
  159. def getRelevantColumnNames(flatDataFrame: DataFrame, inputs: Array[String]): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOFlattenedInput
  160. def getSampleRate(): Double

    Permalink
  161. def getSampleType(): String

    Permalink
  162. def getSaveMatrixDirectory(): String

    Permalink
  163. def getScoreEachIteration(): Boolean

    Permalink
  164. def getScoreTreeInterval(): Int

    Permalink
  165. def getSeed(): Long

    Permalink
  166. def getSkipDrop(): Float

    Permalink
  167. def getStageProbabilitiesSchema(model: EasyPredictModelWrapper): DataType

    Permalink
    Attributes
    protected
    Definition Classes
    PredictionWithStageProbabilities
  168. def getStoppingMetric(): String

    Permalink
  169. def getStoppingRounds(): Int

    Permalink
  170. def getStoppingTolerance(): Double

    Permalink
  171. def getSubsample(): Double

    Permalink
  172. def getTrainingMetrics(): Map[String, Double]

    Permalink
    Definition Classes
    H2OMOJOModel
  173. def getTrainingParams(): Map[String, String]

    Permalink
    Definition Classes
    H2OMOJOModel
  174. def getTreeMethod(): String

    Permalink
  175. def getTweediePower(): Double

    Permalink
  176. def getValidationMetrics(): Map[String, Double]

    Permalink
    Definition Classes
    H2OMOJOModel
  177. def getWeightCol(): String

    Permalink
  178. def getWithContributions(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  179. def getWithDetailedPredictionCol(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
    Annotations
    @DeprecatedMethod( x$2 , x$1 )
  180. def getWithLeafNodeAssignments(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  181. def getWithStageResults(): Boolean

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  182. def getWordEmbeddingPredictionColSchema(): Seq[StructField]

    Permalink
  183. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  184. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

    Permalink
  185. val gpuId: NullableIntArrayParam

    Permalink
    Attributes
    protected
  186. val growPolicy: NullableStringParam

    Permalink
    Attributes
    protected
  187. final def hasDefault[T](param: Param[T]): Boolean

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

    Permalink
    Definition Classes
    Params
  189. def hasParent: Boolean

    Permalink
    Definition Classes
    Model
  190. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  191. val ignoreConstCols: BooleanParam

    Permalink
    Attributes
    protected
  192. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  193. def inputColumnNames: Array[String]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  196. val interactionConstraints: NullableStringArrayArrayParam

    Permalink
    Attributes
    protected
  197. final def isDefined(param: Param[_]): Boolean

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

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

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

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

    Permalink
    Attributes
    protected
  202. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  203. val keepCrossValidationPredictions: BooleanParam

    Permalink
    Attributes
    protected
  204. val labelCol: Param[String]

    Permalink
    Attributes
    protected
  205. val learnRate: DoubleParam

    Permalink
    Attributes
    protected
  206. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  219. val maxAbsLeafnodePred: FloatParam

    Permalink
    Attributes
    protected
  220. val maxBins: IntParam

    Permalink
    Attributes
    protected
  221. val maxDeltaStep: FloatParam

    Permalink
    Attributes
    protected
  222. val maxDepth: IntParam

    Permalink
    Attributes
    protected
  223. val maxLeaves: IntParam

    Permalink
    Attributes
    protected
  224. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  225. val minChildWeight: DoubleParam

    Permalink
    Attributes
    protected
  226. val minRows: DoubleParam

    Permalink
    Attributes
    protected
  227. val minSplitImprovement: FloatParam

    Permalink
    Attributes
    protected
  228. final val modelCategory: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModel
  229. final val modelDetails: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModel
  230. final val namedMojoOutputColumns: Param[Boolean]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  231. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  232. val nfolds: IntParam

    Permalink
    Attributes
    protected
  233. val normalizeType: NullableStringParam

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

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

    Permalink
    Definition Classes
    AnyRef
  236. val nthread: IntParam

    Permalink
    Attributes
    protected
  237. final val ntrees: IntParam

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  246. val oneDrop: BooleanParam

    Permalink
    Attributes
    protected
  247. def outputColumnName: String

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

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

    Permalink
    Definition Classes
    Params
  250. var parent: Estimator[H2OMOJOModel]

    Permalink
    Definition Classes
    Model
  251. final val predictionCol: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  252. val quietMode: BooleanParam

    Permalink
    Attributes
    protected
  253. val rateDrop: FloatParam

    Permalink
    Attributes
    protected
  254. val regAlpha: FloatParam

    Permalink
    Attributes
    protected
  255. val regLambda: FloatParam

    Permalink
    Attributes
    protected
  256. val sampleRate: DoubleParam

    Permalink
    Attributes
    protected
  257. val sampleType: NullableStringParam

    Permalink
    Attributes
    protected
  258. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  259. val saveMatrixDirectory: NullableStringParam

    Permalink
    Attributes
    protected
  260. val scoreEachIteration: BooleanParam

    Permalink
    Attributes
    protected
  261. val scoreTreeInterval: IntParam

    Permalink
    Attributes
    protected
  262. val seed: LongParam

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

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

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

    Permalink
    Definition Classes
    Params
  266. final def setDefault(paramPairs: ParamPair[_]*): H2OXGBoostMOJOModel.this.type

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

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  268. def setMojo(mojo: File): H2OXGBoostMOJOModel.this.type

    Permalink
    Definition Classes
    HasMojo
  269. def setMojo(mojo: InputStream, mojoName: String): H2OXGBoostMOJOModel.this.type

    Permalink
    Definition Classes
    HasMojo
  270. def setMojo(mojo: InputStream): H2OXGBoostMOJOModel.this.type

    Permalink
    Definition Classes
    HasMojo
  271. def setParent(parent: Estimator[H2OMOJOModel]): H2OMOJOModel

    Permalink
    Definition Classes
    Model
  272. val skipDrop: FloatParam

    Permalink
    Attributes
    protected
  273. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  274. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  275. val stoppingTolerance: DoubleParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  278. val subsample: DoubleParam

    Permalink
    Attributes
    protected
  279. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  281. final val trainingMetrics: MapStringDoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModel
  282. final val trainingParams: MapStringStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModel
  283. def transform(dataset: Dataset[_]): DataFrame

    Permalink
    Definition Classes
    H2OMOJOModel → Transformer
  284. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame

    Permalink
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  285. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame

    Permalink
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  286. def transformSchema(schema: StructType): StructType

    Permalink
    Definition Classes
    H2OSupervisedMOJOModelH2OMOJOModelBase → PipelineStage
    Annotations
    @DeveloperApi()
  287. def transformSchema(schema: StructType, logging: Boolean): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  288. val treeMethod: NullableStringParam

    Permalink
    Attributes
    protected
  289. val tweediePower: DoubleParam

    Permalink
    Attributes
    protected
  290. val uid: String

    Permalink
  291. final val validationMetrics: MapStringDoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModel
  292. final def wait(): Unit

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

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

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

    Permalink
    Attributes
    protected
  296. final val withContributions: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  297. final val withDetailedPredictionCol: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  298. final val withLeafNodeAssignments: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  299. final val withStageResults: BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  300. def write: MLWriter

    Permalink
    Definition Classes
    H2OMOJOWritable → MLWritable

Inherited from HasIgnoredColsOnMOJO

Inherited from H2OTreeBasedMOJOParams

Inherited from H2OSupervisedMOJOModel

Inherited from H2OSupervisedMOJOParams

Inherited from H2OMOJOModel

Inherited from SpecificMOJOParameters

Inherited from H2OMOJOPrediction

Inherited from H2OMOJOPredictionOrdinal

Inherited from H2OMOJOPredictionCoxPH

Inherited from H2OMOJOPredictionBinomial

Inherited from H2OMOJOPredictionAnomaly

Inherited from H2OMOJOModelBase[H2OMOJOModel]

Inherited from H2OMOJOFlattenedInput

Inherited from H2OMOJOWritable

Inherited from MLWritable

Inherited from HasMojo

Inherited from H2OBaseMOJOParams

Inherited from Logging

Inherited from Model[H2OMOJOModel]

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped