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

Instance Constructors

  1. new 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 extractCoxPHPredictionColContent(): Column

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

    Permalink
  44. def extractMultinomialPredictionColContent(): Column

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

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

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

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

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

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

    Permalink
  51. final val featureTypes: MapStringStringParam

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

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

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

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

    Permalink
    Attributes
    protected
  56. val foldCol: NullableStringParam

    Permalink
    Attributes
    protected
  57. val gainsliftBins: IntParam

    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 getAucType(): String

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

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

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

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

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

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

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

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

    Permalink
  71. def getCalibrateModel(): Boolean

    Permalink
  72. def getCategoricalEncoding(): String

    Permalink
  73. def getCheckConstantResponse(): Boolean

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

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

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

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

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

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

    Permalink
  80. def getColSampleRateChangePerLevel(): 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 getCoxPHPredictionColSchema(): Seq[StructField]

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

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

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

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

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

    Permalink
  91. def getCustomMetricFunc(): String

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

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

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

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

    Permalink
  96. def getDimReductionPredictionSchema(): StructType

    Permalink
  97. def getDimReductionPredictionUDF(): UserDefinedFunction

    Permalink
  98. def getDistribution(): String

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

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

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

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

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

    Permalink
  104. def getFoldCol(): String

    Permalink
  105. def getGainsliftBins(): Int

    Permalink
  106. def getHistogramType(): String

    Permalink
  107. def getHuberAlpha(): Double

    Permalink
  108. def getIgnoreConstCols(): Boolean

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

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

    Permalink
  111. def getKeepCrossValidationModels(): Boolean

    Permalink
  112. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  113. def getLabelCol(): String

    Permalink
  114. def getLearnRate(): Double

    Permalink
  115. def getLearnRateAnnealing(): Double

    Permalink
  116. def getMaxAbsLeafnodePred(): Double

    Permalink
  117. def getMaxAfterBalanceSize(): Float

    Permalink
  118. def getMaxConfusionMatrixSize(): Int

    Permalink
  119. def getMaxDepth(): Int

    Permalink
  120. def getMaxRuntimeSecs(): Double

    Permalink
  121. def getMinRows(): Double

    Permalink
  122. def getMinSplitImprovement(): Double

    Permalink
  123. def getModelCategory(): String

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

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

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

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

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

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

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

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

    Permalink
  132. def getNbinsCats(): Int

    Permalink
  133. def getNbinsTopLevel(): Int

    Permalink
  134. def getNfolds(): Int

    Permalink
  135. def getNtrees(): Int

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

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

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

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

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

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

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

    Permalink
  143. def getPredictionCol(): String

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

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

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

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

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

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

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

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

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

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

    Permalink
  154. def getScoreEachIteration(): Boolean

    Permalink
  155. def getScoreTreeInterval(): Int

    Permalink
  156. def getSeed(): Long

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

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

    Permalink
  159. def getStoppingRounds(): Int

    Permalink
  160. def getStoppingTolerance(): Double

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

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

    Permalink
    Definition Classes
    H2OMOJOModel
  163. def getTweediePower(): Double

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

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

    Permalink
  166. def getWithContributions(): Boolean

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

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

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

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

    Permalink
  171. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  172. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

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

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

    Permalink
    Definition Classes
    Params
  175. def hasParent: Boolean

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

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

    Permalink
    Attributes
    protected
  178. val huberAlpha: DoubleParam

    Permalink
    Attributes
    protected
  179. val ignoreConstCols: BooleanParam

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  189. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  190. val keepCrossValidationPredictions: BooleanParam

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

    Permalink
    Attributes
    protected
  192. val learnRate: DoubleParam

    Permalink
    Attributes
    protected
  193. val learnRateAnnealing: DoubleParam

    Permalink
    Attributes
    protected
  194. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  208. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
  209. val maxConfusionMatrixSize: IntParam

    Permalink
    Attributes
    protected
  210. val maxDepth: IntParam

    Permalink
    Attributes
    protected
  211. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  212. val minRows: DoubleParam

    Permalink
    Attributes
    protected
  213. val minSplitImprovement: DoubleParam

    Permalink
    Attributes
    protected
  214. final val modelCategory: NullableStringParam

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

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

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

    Permalink
    Attributes
    protected
  218. val nbinsCats: IntParam

    Permalink
    Attributes
    protected
  219. val nbinsTopLevel: IntParam

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

    Permalink
    Definition Classes
    AnyRef
  221. val nfolds: IntParam

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

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

    Permalink
    Definition Classes
    AnyRef
  224. final val ntrees: IntParam

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Model
  237. val predNoiseBandwidth: DoubleParam

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

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

    Permalink
    Attributes
    protected
  240. val sampleRate: DoubleParam

    Permalink
    Attributes
    protected
  241. val sampleRatePerClass: NullableDoubleArrayParam

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

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

    Permalink
    Attributes
    protected
  244. val scoreTreeInterval: IntParam

    Permalink
    Attributes
    protected
  245. val seed: LongParam

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Model
  255. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  256. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  257. val stoppingTolerance: DoubleParam

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  270. val uid: String

    Permalink
  271. final val validationMetrics: MapStringDoubleParam

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

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

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

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

    Permalink
    Attributes
    protected
  276. final val withContributions: BooleanParam

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOWritable → MLWritable

Inherited from HasIgnoredColsOnMOJO

Inherited from H2OTreeBasedMOJOParams

Inherited from H2OSupervisedMOJOModel

Inherited from H2OSupervisedMOJOParams

Inherited from H2OMOJOModel

Inherited from SpecificMOJOParameters

Inherited from H2OMOJOPrediction

Inherited from H2OMOJOPredictionOrdinal

Inherited from H2OMOJOPredictionCoxPH

Inherited from H2OMOJOPredictionBinomial

Inherited from H2OMOJOPredictionAnomaly

Inherited from H2OMOJOModelBase[H2OMOJOModel]

Inherited from H2OMOJOFlattenedInput

Inherited from H2OMOJOWritable

Inherited from MLWritable

Inherited from HasMojo

Inherited from H2OBaseMOJOParams

Inherited from Logging

Inherited from Model[H2OMOJOModel]

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped