Class/Object

ai.h2o.sparkling.ml.models

H2OGBMMOJOModel

Related Docs: object H2OGBMMOJOModel | package models

Permalink

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OGBMMOJOModel
  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 H2OGBMMOJOModel(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 balanceClasses: BooleanParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  10. val buildTreeOneNode: BooleanParam

    Permalink
    Attributes
    protected
  11. val calibrateModel: BooleanParam

    Permalink
    Attributes
    protected
  12. val categoricalEncoding: NullableStringParam

    Permalink
    Attributes
    protected
  13. val checkConstantResponse: BooleanParam

    Permalink
    Attributes
    protected
  14. val classSamplingFactors: NullableFloatArrayParam

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

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

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

    Permalink
    Attributes
    protected
  18. val colSampleRateChangePerLevel: DoubleParam

    Permalink
    Attributes
    protected
  19. val colSampleRatePerTree: DoubleParam

    Permalink
    Attributes
    protected
  20. final val convertInvalidNumbersToNa: BooleanParam

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModel
  25. val customDistributionFunc: NullableStringParam

    Permalink
    Attributes
    protected
  26. val customMetricFunc: NullableStringParam

    Permalink
    Attributes
    protected
  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. 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. def explainParam(param: Param[_]): String

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

    Permalink
    Definition Classes
    Params
  36. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
  37. def extractAnomalyPredictionColContent(): Column

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

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

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

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

    Permalink
  42. def extractMultinomialPredictionColContent(): Column

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

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

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

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

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

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

    Permalink
  49. final val featureTypes: MapStringStringParam

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

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

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

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

    Permalink
    Attributes
    protected
  54. val foldCol: NullableStringParam

    Permalink
    Attributes
    protected
  55. val gainsliftBins: IntParam

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionAutoEncoder
  63. def getBalanceClasses(): Boolean

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionBinomial
  67. def getBuildTreeOneNode(): Boolean

    Permalink
  68. def getCalibrateModel(): Boolean

    Permalink
  69. def getCategoricalEncoding(): String

    Permalink
  70. def getCheckConstantResponse(): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  72. def getClassSamplingFactors(): Array[Float]

    Permalink
  73. def getClusteringPredictionColSchema(): Seq[StructField]

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionClustering
  76. def getColSampleRate(): Double

    Permalink
  77. def getColSampleRateChangePerLevel(): Double

    Permalink
  78. def getColSampleRatePerTree(): Double

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

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOModel
  84. def getCustomDistributionFunc(): String

    Permalink
  85. def getCustomMetricFunc(): String

    Permalink
  86. final def getDefault[T](param: Param[T]): Option[T]

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

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

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

    Permalink
  90. def getDimReductionPredictionSchema(): StructType

    Permalink
  91. def getDimReductionPredictionUDF(): UserDefinedFunction

    Permalink
  92. def getDistribution(): String

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

    Permalink
    Definition Classes
    H2OMOJOModel
  94. def getExportCheckpointsDir(): String

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

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

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

    Permalink
  98. def getFoldCol(): String

    Permalink
  99. def getGainsliftBins(): Int

    Permalink
  100. def getHistogramType(): String

    Permalink
  101. def getHuberAlpha(): Double

    Permalink
  102. def getIgnoreConstCols(): Boolean

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

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

    Permalink
  105. def getKeepCrossValidationModels(): Boolean

    Permalink
  106. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  107. def getLabelCol(): String

    Permalink
  108. def getLearnRate(): Double

    Permalink
  109. def getLearnRateAnnealing(): Double

    Permalink
  110. def getMaxAbsLeafnodePred(): Double

    Permalink
  111. def getMaxAfterBalanceSize(): Float

    Permalink
  112. def getMaxConfusionMatrixSize(): Int

    Permalink
  113. def getMaxDepth(): Int

    Permalink
  114. def getMaxRuntimeSecs(): Double

    Permalink
  115. def getMinRows(): Double

    Permalink
  116. def getMinSplitImprovement(): Double

    Permalink
  117. def getModelCategory(): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  125. def getNbins(): Int

    Permalink
  126. def getNbinsCats(): Int

    Permalink
  127. def getNbinsTopLevel(): Int

    Permalink
  128. def getNfolds(): Int

    Permalink
  129. def getNtrees(): Int

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

    Permalink
    Definition Classes
    H2OSupervisedMOJOParams
  131. final def getOrDefault[T](param: Param[T]): T

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

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

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

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

    Permalink
    Definition Classes
    Params
  136. def getPredNoiseBandwidth(): Double

    Permalink
  137. def getPredictionCol(): String

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPrediction
  141. def getQuantileAlpha(): Double

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

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

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

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

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

    Permalink
  147. def getSampleRatePerClass(): Array[Double]

    Permalink
  148. def getScoreEachIteration(): Boolean

    Permalink
  149. def getScoreTreeInterval(): Int

    Permalink
  150. def getSeed(): Long

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

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

    Permalink
  153. def getStoppingRounds(): Int

    Permalink
  154. def getStoppingTolerance(): Double

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

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

    Permalink
    Definition Classes
    H2OMOJOModel
    Annotations
    @DeprecatedMethod( ... , "3.34" )
  157. def getTweediePower(): Double

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

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

    Permalink
  160. def getWithContributions(): Boolean

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

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

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

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

    Permalink
  165. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  166. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

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

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

    Permalink
    Definition Classes
    Params
  169. def hasParent: Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  171. val histogramType: NullableStringParam

    Permalink
    Attributes
    protected
  172. val huberAlpha: DoubleParam

    Permalink
    Attributes
    protected
  173. val ignoreConstCols: BooleanParam

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  184. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  185. val keepCrossValidationPredictions: BooleanParam

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

    Permalink
    Attributes
    protected
  187. val learnRate: DoubleParam

    Permalink
    Attributes
    protected
  188. val learnRateAnnealing: DoubleParam

    Permalink
    Attributes
    protected
  189. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  202. val maxAbsLeafnodePred: DoubleParam

    Permalink
    Attributes
    protected
  203. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
  204. val maxConfusionMatrixSize: IntParam

    Permalink
    Attributes
    protected
  205. val maxDepth: IntParam

    Permalink
    Attributes
    protected
  206. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  207. val minRows: DoubleParam

    Permalink
    Attributes
    protected
  208. val minSplitImprovement: DoubleParam

    Permalink
    Attributes
    protected
  209. final val modelCategory: NullableStringParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  212. val nbins: IntParam

    Permalink
    Attributes
    protected
  213. val nbinsCats: IntParam

    Permalink
    Attributes
    protected
  214. val nbinsTopLevel: IntParam

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

    Permalink
    Definition Classes
    AnyRef
  216. val nfolds: IntParam

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

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

    Permalink
    Definition Classes
    AnyRef
  219. final val ntrees: IntParam

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  228. def outputColumnName: String

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

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

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

    Permalink
    Definition Classes
    Model
  232. val predNoiseBandwidth: DoubleParam

    Permalink
    Attributes
    protected
  233. final val predictionCol: Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  234. val quantileAlpha: DoubleParam

    Permalink
    Attributes
    protected
  235. val sampleRate: DoubleParam

    Permalink
    Attributes
    protected
  236. val sampleRatePerClass: NullableDoubleArrayParam

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

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  238. val scoreEachIteration: BooleanParam

    Permalink
    Attributes
    protected
  239. val scoreTreeInterval: IntParam

    Permalink
    Attributes
    protected
  240. val seed: LongParam

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    HasMojo
  248. def setMojo(mojo: InputStream): H2OGBMMOJOModel.this.type

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

    Permalink
    Definition Classes
    Model
  250. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  251. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  252. val stoppingTolerance: DoubleParam

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  264. val tweediePower: DoubleParam

    Permalink
    Attributes
    protected
  265. val uid: String

    Permalink
  266. final val validationMetrics: MapStringDoubleParam

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

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

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

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

    Permalink
    Attributes
    protected
  271. final val withContributions: BooleanParam

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

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

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

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