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 aucType: NullableStringParam

    Permalink
    Attributes
    protected
  9. val balanceClasses: BooleanParam

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

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

    Permalink
    Attributes
    protected
  12. val calibrateModel: BooleanParam

    Permalink
    Attributes
    protected
  13. val categoricalEncoding: NullableStringParam

    Permalink
    Attributes
    protected
  14. val checkConstantResponse: BooleanParam

    Permalink
    Attributes
    protected
  15. val classSamplingFactors: NullableFloatArrayParam

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

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

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

    Permalink
    Attributes
    protected
  19. val colSampleRateChangePerLevel: 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. val customDistributionFunc: NullableStringParam

    Permalink
    Attributes
    protected
  27. val customMetricFunc: NullableStringParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  30. val distribution: 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. 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. final def get[T](param: Param[T]): Option[T]

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

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

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

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

    Permalink
  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 getBalanceClasses(): Boolean

    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 getBuildTreeOneNode(): Boolean

    Permalink
  70. def getCalibrateModel(): Boolean

    Permalink
  71. def getCategoricalEncoding(): String

    Permalink
  72. def getCheckConstantResponse(): Boolean

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

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

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

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

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

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

    Permalink
  79. def getColSampleRateChangePerLevel(): Double

    Permalink
  80. def getColSampleRatePerTree(): Double

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

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

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

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

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

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

    Permalink
  87. def getCustomMetricFunc(): String

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

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

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

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

    Permalink
  92. def getDimReductionPredictionSchema(): StructType

    Permalink
  93. def getDimReductionPredictionUDF(): UserDefinedFunction

    Permalink
  94. def getDistribution(): String

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

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

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

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

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

    Permalink
  100. def getFoldCol(): String

    Permalink
  101. def getGainsliftBins(): Int

    Permalink
  102. def getHistogramType(): String

    Permalink
  103. def getHuberAlpha(): Double

    Permalink
  104. def getIgnoreConstCols(): Boolean

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

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

    Permalink
  107. def getKeepCrossValidationModels(): Boolean

    Permalink
  108. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  109. def getLabelCol(): String

    Permalink
  110. def getLearnRate(): Double

    Permalink
  111. def getLearnRateAnnealing(): Double

    Permalink
  112. def getMaxAbsLeafnodePred(): Double

    Permalink
  113. def getMaxAfterBalanceSize(): Float

    Permalink
  114. def getMaxConfusionMatrixSize(): Int

    Permalink
  115. def getMaxDepth(): Int

    Permalink
  116. def getMaxRuntimeSecs(): Double

    Permalink
  117. def getMinRows(): Double

    Permalink
  118. def getMinSplitImprovement(): Double

    Permalink
  119. def getModelCategory(): String

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

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

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

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

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

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

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

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

    Permalink
  128. def getNbinsCats(): Int

    Permalink
  129. def getNbinsTopLevel(): Int

    Permalink
  130. def getNfolds(): Int

    Permalink
  131. def getNtrees(): Int

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

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

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

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

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

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

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

    Permalink
  139. def getPredictionCol(): String

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

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

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

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

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

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

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

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

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

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

    Permalink
  150. def getScoreEachIteration(): Boolean

    Permalink
  151. def getScoreTreeInterval(): Int

    Permalink
  152. def getSeed(): Long

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

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

    Permalink
  155. def getStoppingRounds(): Int

    Permalink
  156. def getStoppingTolerance(): Double

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

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

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

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

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

    Permalink
  162. def getWithContributions(): Boolean

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

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

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

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

    Permalink
  167. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  168. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

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

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

    Permalink
    Definition Classes
    Params
  171. def hasParent: Boolean

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

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

    Permalink
    Attributes
    protected
  174. val huberAlpha: DoubleParam

    Permalink
    Attributes
    protected
  175. val ignoreConstCols: BooleanParam

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  186. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  187. val keepCrossValidationPredictions: BooleanParam

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

    Permalink
    Attributes
    protected
  189. val learnRate: DoubleParam

    Permalink
    Attributes
    protected
  190. val learnRateAnnealing: DoubleParam

    Permalink
    Attributes
    protected
  191. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  205. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
  206. val maxConfusionMatrixSize: IntParam

    Permalink
    Attributes
    protected
  207. val maxDepth: IntParam

    Permalink
    Attributes
    protected
  208. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  209. val minRows: DoubleParam

    Permalink
    Attributes
    protected
  210. val minSplitImprovement: DoubleParam

    Permalink
    Attributes
    protected
  211. final val modelCategory: NullableStringParam

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

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

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

    Permalink
    Attributes
    protected
  215. val nbinsCats: IntParam

    Permalink
    Attributes
    protected
  216. val nbinsTopLevel: IntParam

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

    Permalink
    Definition Classes
    AnyRef
  218. val nfolds: IntParam

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

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

    Permalink
    Definition Classes
    AnyRef
  221. final val ntrees: IntParam

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Model
  234. val predNoiseBandwidth: DoubleParam

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

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

    Permalink
    Attributes
    protected
  237. val sampleRate: DoubleParam

    Permalink
    Attributes
    protected
  238. val sampleRatePerClass: NullableDoubleArrayParam

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

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

    Permalink
    Attributes
    protected
  241. val scoreTreeInterval: IntParam

    Permalink
    Attributes
    protected
  242. val seed: LongParam

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Model
  252. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  253. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  254. val stoppingTolerance: DoubleParam

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  267. val uid: String

    Permalink
  268. final val validationMetrics: MapStringDoubleParam

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

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

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

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

    Permalink
    Attributes
    protected
  273. final val withContributions: BooleanParam

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

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

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

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