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. H2OMOJOPredictionBinomial
  14. H2OMOJOPredictionClustering
  15. H2OMOJOPredictionDimReduction
  16. H2OMOJOPredictionMultinomial
  17. PredictionWithStageProbabilities
  18. H2OMOJOPredictionAutoEncoder
  19. H2OMOJOPredictionAnomaly
  20. H2OMOJOPredictionWordEmbedding
  21. H2OMOJOPredictionRegression
  22. PredictionWithContributions
  23. H2OMOJOModelBase
  24. H2OMOJOFlattenedInput
  25. H2OMOJOWritable
  26. MLWritable
  27. HasMojo
  28. H2OBaseMOJOParams
  29. Logging
  30. Model
  31. Transformer
  32. PipelineStage
  33. Logging
  34. Params
  35. Serializable
  36. Serializable
  37. Identifiable
  38. AnyRef
  39. 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 backend: NullableStringParam

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

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

    Permalink
    Attributes
    protected
  11. val buildTreeOneNode: BooleanParam

    Permalink
    Attributes
    protected
  12. val calibrateModel: BooleanParam

    Permalink
    Attributes
    protected
  13. val categoricalEncoding: NullableStringParam

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

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

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

    Permalink
    Attributes
    protected
  17. val colSampleByNode: DoubleParam

    Permalink
    Attributes
    protected
  18. val colSampleByTree: DoubleParam

    Permalink
    Attributes
    protected
  19. val colSampleRate: DoubleParam

    Permalink
    Attributes
    protected
  20. val colSampleRatePerTree: DoubleParam

    Permalink
    Attributes
    protected
  21. final val convertInvalidNumbersToNa: BooleanParam

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  29. val dmatrixType: NullableStringParam

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  37. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
  38. def extractAnomalyPredictionColContent(): Column

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionClustering
  42. def extractDimReductionSimplePredictionColContent(): Column

    Permalink
  43. def extractMultinomialPredictionColContent(): Column

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

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

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

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

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

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

    Permalink
  50. final val featureTypes: MapStringStringParam

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

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

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

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

    Permalink
    Attributes
    protected
  55. val foldCol: NullableStringParam

    Permalink
    Attributes
    protected
  56. val gainsliftBins: IntParam

    Permalink
    Attributes
    protected
  57. val gamma: FloatParam

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionAnomaly
  62. def getAutoEncoderPredictionColSchema(): Seq[StructField]

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

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

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

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

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

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

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

    Permalink
  70. def getBuildTreeOneNode(): Boolean

    Permalink
  71. def getCalibrateModel(): Boolean

    Permalink
  72. def getCategoricalEncoding(): String

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

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

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

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

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

    Permalink
  78. def getColSampleByNode(): Double

    Permalink
  79. def getColSampleByTree(): Double

    Permalink
  80. def getColSampleRate(): Double

    Permalink
  81. def getColSampleRatePerTree(): Double

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

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

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

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  85. def getCrossValidationMetrics(): Map[String, Double]

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

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

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

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

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

    Permalink
  91. def getDimReductionPredictionSchema(): StructType

    Permalink
  92. def getDimReductionPredictionUDF(): UserDefinedFunction

    Permalink
  93. def getDistribution(): String

    Permalink
  94. def getDmatrixType(): String

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

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

    Permalink
  97. def getExportCheckpointsDir(): String

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

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

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

    Permalink
  101. def getFoldCol(): String

    Permalink
  102. def getGainsliftBins(): Int

    Permalink
  103. def getGamma(): Float

    Permalink
  104. def getGpuId(): Int

    Permalink
  105. def getGrowPolicy(): String

    Permalink
  106. def getIgnoreConstCols(): Boolean

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

    Permalink
    Definition Classes
    HasIgnoredColsOnMOJO
  108. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
  109. def getKeepCrossValidationModels(): Boolean

    Permalink
  110. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  111. def getLabelCol(): String

    Permalink
  112. def getLearnRate(): Double

    Permalink
  113. def getMaxAbsLeafnodePred(): Float

    Permalink
  114. def getMaxBins(): Int

    Permalink
  115. def getMaxDeltaStep(): Float

    Permalink
  116. def getMaxDepth(): Int

    Permalink
  117. def getMaxLeaves(): Int

    Permalink
  118. def getMaxRuntimeSecs(): Double

    Permalink
  119. def getMinChildWeight(): Double

    Permalink
  120. def getMinRows(): Double

    Permalink
  121. def getMinSplitImprovement(): Float

    Permalink
  122. def getModelCategory(): String

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

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

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

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

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

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

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

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

    Permalink
  131. def getNormalizeType(): String

    Permalink
  132. def getNthread(): Int

    Permalink
  133. def getNtrees(): Int

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  146. def getRateDrop(): Float

    Permalink
  147. def getRegAlpha(): Float

    Permalink
  148. def getRegLambda(): Float

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

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

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

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

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

    Permalink
  154. def getSampleType(): String

    Permalink
  155. def getSaveMatrixDirectory(): String

    Permalink
  156. def getScoreEachIteration(): Boolean

    Permalink
  157. def getScoreTreeInterval(): Int

    Permalink
  158. def getSeed(): Long

    Permalink
  159. def getSkipDrop(): Float

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

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

    Permalink
  162. def getStoppingRounds(): Int

    Permalink
  163. def getStoppingTolerance(): Double

    Permalink
  164. def getSubsample(): Double

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

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

    Permalink
    Definition Classes
    H2OMOJOModel
    Annotations
    @DeprecatedMethod( ... , "3.34" )
  167. def getTreeMethod(): String

    Permalink
  168. def getTweediePower(): Double

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

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

    Permalink
  171. def getWithContributions(): Boolean

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

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

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

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

    Permalink
  176. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  177. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

    Permalink
  178. val gpuId: IntParam

    Permalink
    Attributes
    protected
  179. val growPolicy: NullableStringParam

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

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

    Permalink
    Definition Classes
    Params
  182. def hasParent: Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  194. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  195. val keepCrossValidationPredictions: BooleanParam

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

    Permalink
    Attributes
    protected
  197. val learnRate: DoubleParam

    Permalink
    Attributes
    protected
  198. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  212. val maxBins: IntParam

    Permalink
    Attributes
    protected
  213. val maxDeltaStep: FloatParam

    Permalink
    Attributes
    protected
  214. val maxDepth: IntParam

    Permalink
    Attributes
    protected
  215. val maxLeaves: IntParam

    Permalink
    Attributes
    protected
  216. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  217. val minChildWeight: DoubleParam

    Permalink
    Attributes
    protected
  218. val minRows: DoubleParam

    Permalink
    Attributes
    protected
  219. val minSplitImprovement: FloatParam

    Permalink
    Attributes
    protected
  220. final val modelCategory: NullableStringParam

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

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

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

    Permalink
    Definition Classes
    AnyRef
  224. val nfolds: IntParam

    Permalink
    Attributes
    protected
  225. val normalizeType: NullableStringParam

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

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

    Permalink
    Definition Classes
    AnyRef
  228. val nthread: IntParam

    Permalink
    Attributes
    protected
  229. final val ntrees: IntParam

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  238. def outputColumnName: String

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

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

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

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

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

    Permalink
    Attributes
    protected
  244. val rateDrop: FloatParam

    Permalink
    Attributes
    protected
  245. val regAlpha: FloatParam

    Permalink
    Attributes
    protected
  246. val regLambda: FloatParam

    Permalink
    Attributes
    protected
  247. val sampleRate: DoubleParam

    Permalink
    Attributes
    protected
  248. val sampleType: NullableStringParam

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

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

    Permalink
    Attributes
    protected
  251. val scoreEachIteration: BooleanParam

    Permalink
    Attributes
    protected
  252. val scoreTreeInterval: IntParam

    Permalink
    Attributes
    protected
  253. val seed: LongParam

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Model
  263. val skipDrop: FloatParam

    Permalink
    Attributes
    protected
  264. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  265. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  266. val stoppingTolerance: DoubleParam

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  280. val tweediePower: DoubleParam

    Permalink
    Attributes
    protected
  281. val uid: String

    Permalink
  282. final val validationMetrics: MapStringDoubleParam

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

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

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

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

    Permalink
    Attributes
    protected
  287. final val withContributions: BooleanParam

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  291. 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 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