Class/Object

ai.h2o.sparkling.ml.models

H2ODRFMOJOModel

Related Docs: object H2ODRFMOJOModel | package models

Permalink

class H2ODRFMOJOModel extends H2OTreeBasedSupervisedMOJOModel with ParameterConstructorMethods with Logging with HasIgnoredColsOnMOJO

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

Instance Constructors

  1. new H2ODRFMOJOModel(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. val binomialDoubleTrees: BooleanParam

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

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

    Permalink
    Attributes
    protected
  13. val calibrateModel: BooleanParam

    Permalink
    Attributes
    protected
  14. val categoricalEncoding: NullableStringParam

    Permalink
    Attributes
    protected
  15. val checkConstantResponse: BooleanParam

    Permalink
    Attributes
    protected
  16. val classSamplingFactors: NullableFloatArrayParam

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 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 getAucType(): String

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

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

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

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

    Permalink
  65. def getBinomialDoubleTrees(): 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 getColSampleRateChangePerLevel(): Double

    Permalink
  79. def getColSampleRatePerTree(): Double

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

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOModel
  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 getIgnoreConstCols(): Boolean

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

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

    Permalink
  104. def getKeepCrossValidationModels(): Boolean

    Permalink
  105. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  106. def getLabelCol(): String

    Permalink
  107. def getMaxAfterBalanceSize(): Float

    Permalink
  108. def getMaxConfusionMatrixSize(): Int

    Permalink
  109. def getMaxDepth(): Int

    Permalink
  110. def getMaxRuntimeSecs(): Double

    Permalink
  111. def getMinRows(): Double

    Permalink
  112. def getMinSplitImprovement(): Double

    Permalink
  113. def getModelCategory(): String

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    HasMojo
  116. def getMtries(): Int

    Permalink
  117. def getMultinomialPredictionColSchema(): Seq[StructField]

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

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

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

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

    Permalink
  122. def getNbinsCats(): Int

    Permalink
  123. def getNbinsTopLevel(): Int

    Permalink
  124. def getNfolds(): Int

    Permalink
  125. def getNtrees(): Int

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPrediction
  136. def getRegressionPredictionColSchema(): Seq[StructField]

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

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

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

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

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

    Permalink
  142. def getScoreEachIteration(): Boolean

    Permalink
  143. def getScoreTreeInterval(): Int

    Permalink
  144. def getSeed(): Long

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

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

    Permalink
  147. def getStoppingRounds(): Int

    Permalink
  148. def getStoppingTolerance(): Double

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

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

    Permalink
    Definition Classes
    H2OMOJOModel
    Annotations
    @DeprecatedMethod( ... , "3.34" )
  151. def getValidationMetrics(): Map[String, Double]

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

    Permalink
  153. def getWithContributions(): Boolean

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

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

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

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

    Permalink
  158. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  159. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

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

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

    Permalink
    Definition Classes
    Params
  162. def hasParent: Boolean

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

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

    Permalink
    Attributes
    protected
  165. val ignoreConstCols: BooleanParam

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  176. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  177. val keepCrossValidationPredictions: BooleanParam

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

    Permalink
    Attributes
    protected
  179. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  192. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
  193. val maxConfusionMatrixSize: IntParam

    Permalink
    Attributes
    protected
  194. val maxDepth: IntParam

    Permalink
    Attributes
    protected
  195. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  196. val minRows: DoubleParam

    Permalink
    Attributes
    protected
  197. val minSplitImprovement: DoubleParam

    Permalink
    Attributes
    protected
  198. final val modelCategory: NullableStringParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModel
  200. val mtries: IntParam

    Permalink
    Attributes
    protected
  201. final val namedMojoOutputColumns: Param[Boolean]

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

    Permalink
    Attributes
    protected
  203. val nbinsCats: IntParam

    Permalink
    Attributes
    protected
  204. val nbinsTopLevel: IntParam

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

    Permalink
    Definition Classes
    AnyRef
  206. val nfolds: IntParam

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

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

    Permalink
    Definition Classes
    AnyRef
  209. final val ntrees: IntParam

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  223. val sampleRate: DoubleParam

    Permalink
    Attributes
    protected
  224. val sampleRatePerClass: NullableDoubleArrayParam

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

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

    Permalink
    Attributes
    protected
  227. val scoreTreeInterval: IntParam

    Permalink
    Attributes
    protected
  228. val seed: LongParam

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    HasMojo
  236. def setMojo(mojo: InputStream): H2ODRFMOJOModel.this.type

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

    Permalink
    Definition Classes
    Model
  238. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  239. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  240. val stoppingTolerance: DoubleParam

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  252. val uid: String

    Permalink
  253. final val validationMetrics: MapStringDoubleParam

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

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

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

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

    Permalink
    Attributes
    protected
  258. final val withContributions: BooleanParam

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

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

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

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