Class/Object

ai.h2o.sparkling.ml.models

H2OGAMMOJOModel

Related Docs: object H2OGAMMOJOModel | package models

Permalink

class H2OGAMMOJOModel extends H2OSupervisedMOJOModel with ParameterConstructorMethods with Logging with HasIgnoredColsOnMOJO with HasGamColsOnMOJO

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OGAMMOJOModel
  2. HasGamColsOnMOJO
  3. HasIgnoredColsOnMOJO
  4. ParameterConstructorMethods
  5. H2OSupervisedMOJOModel
  6. H2OSupervisedMOJOParams
  7. H2OMOJOModel
  8. SpecificMOJOParameters
  9. H2OMOJOPrediction
  10. H2OMOJOPredictionOrdinal
  11. H2OMOJOPredictionCoxPH
  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 H2OGAMMOJOModel(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. val alphaValue: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  6. def applyPredictionUdf(dataset: Dataset[_], udfConstructor: (Array[String]) ⇒ UserDefinedFunction): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOFlattenedInput
  7. def applyPredictionUdfToFlatDataFrame(flatDataFrame: DataFrame, udfConstructor: (Array[String]) ⇒ UserDefinedFunction, inputs: Array[String]): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OSupervisedMOJOModelH2OMOJOModelH2OMOJOFlattenedInput
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val aucType: NullableStringParam

    Permalink
    Attributes
    protected
  10. val balanceClasses: BooleanParam

    Permalink
    Attributes
    protected
  11. val betaEpsilon: DoubleParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  13. val bs: NullableIntArrayParam

    Permalink
    Attributes
    protected
  14. val classSamplingFactors: NullableFloatArrayParam

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

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

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

    Permalink
    Attributes
    protected
  18. val computePValues: BooleanParam

    Permalink
    Attributes
    protected
  19. final val convertInvalidNumbersToNa: BooleanParam

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModel
  24. val customMetricFunc: NullableStringParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  27. def doubleArrayParam(name: String, doc: String): DoubleArrayParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  29. val earlyStopping: BooleanParam

    Permalink
    Attributes
    protected
  30. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def explainParam(param: Param[_]): String

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

    Permalink
    Definition Classes
    Params
  34. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
  35. def extractAnomalyPredictionColContent(): Column

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionClustering
  39. def extractCoxPHPredictionColContent(): Column

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

    Permalink
  41. def extractMultinomialPredictionColContent(): Column

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

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

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

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

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

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

    Permalink
  48. val family: NullableStringParam

    Permalink
    Attributes
    protected
  49. final val featureImportances: NullableDataFrameParam

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

    Permalink
    Definition Classes
    Params
  57. def getAlphaValue(): Array[Double]

    Permalink
  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 getBetaEpsilon(): Double

    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 getBs(): Array[Int]

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

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionClustering
  76. def getColdStart(): Boolean

    Permalink
  77. def getComputePValues(): Boolean

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

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

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

    Permalink
    Definition Classes
    H2OBaseMOJOParams
  81. def getCoxPHPredictionColSchema(): Seq[StructField]

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

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

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

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

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

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

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

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

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

    Permalink
  91. def getDimReductionPredictionSchema(): StructType

    Permalink
  92. def getDimReductionPredictionUDF(): UserDefinedFunction

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

    Permalink
    Definition Classes
    H2OMOJOModel
  94. def getEarlyStopping(): Boolean

    Permalink
  95. def getExportCheckpointsDir(): String

    Permalink
  96. def getFamily(): String

    Permalink
  97. def getFeatureImportances(): DataFrame

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

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

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

    Permalink
  101. def getFoldCol(): String

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

    Permalink
    Definition Classes
    HasGamColsOnMOJO
  103. def getGradientEpsilon(): Double

    Permalink
  104. def getIgnoreConstCols(): Boolean

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

    Permalink
    Definition Classes
    HasIgnoredColsOnMOJO
  106. def getInteractions(): Array[String]

    Permalink
  107. def getIntercept(): Boolean

    Permalink
  108. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
  109. def getKeepCrossValidationModels(): Boolean

    Permalink
  110. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  111. def getKeepGamCols(): Boolean

    Permalink
  112. def getKnotIds(): Array[String]

    Permalink
  113. def getLabelCol(): String

    Permalink
  114. def getLambdaSearch(): Boolean

    Permalink
  115. def getLambdaValue(): Array[Double]

    Permalink
  116. def getLink(): String

    Permalink
  117. def getMaxActivePredictors(): Int

    Permalink
  118. def getMaxAfterBalanceSize(): Float

    Permalink
  119. def getMaxConfusionMatrixSize(): Int

    Permalink
  120. def getMaxIterations(): Int

    Permalink
  121. def getMaxRuntimeSecs(): Double

    Permalink
  122. def getMissingValuesHandling(): String

    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 getMultinomialPredictionColSchema(): Seq[StructField]

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

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

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

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

    Permalink
  131. def getNlambdas(): Int

    Permalink
  132. def getNonNegative(): Boolean

    Permalink
  133. def getNumKnots(): Array[Int]

    Permalink
  134. def getObjReg(): Double

    Permalink
  135. def getObjectiveEpsilon(): Double

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPrediction
  146. def getPrior(): Double

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOFlattenedInput
  151. def getRemoveCollinearCols(): Boolean

    Permalink
  152. def getScale(): Array[Double]

    Permalink
  153. def getScaleTpPenaltyMat(): Boolean

    Permalink
  154. def getScoreEachIteration(): Boolean

    Permalink
  155. def getScoringHistory(): DataFrame

    Permalink
    Definition Classes
    H2OMOJOModel
  156. def getSolver(): String

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

    Permalink
    Attributes
    protected
    Definition Classes
    PredictionWithStageProbabilities
  158. def getStandardize(): Boolean

    Permalink
  159. def getStandardizeTpGamCols(): Boolean

    Permalink
  160. def getStartval(): Array[Double]

    Permalink
  161. def getStoppingMetric(): String

    Permalink
  162. def getStoppingRounds(): Int

    Permalink
  163. def getStoppingTolerance(): Double

    Permalink
  164. def getTheta(): Double

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

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

    Permalink
    Definition Classes
    H2OMOJOModel
  167. def getTweedieLinkPower(): Double

    Permalink
  168. def getTweedieVariancePower(): Double

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

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

    Permalink
  171. def getWithContributions(): Boolean

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

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

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

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

    Permalink
  176. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  177. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

    Permalink
  178. val gradientEpsilon: DoubleParam

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

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

    Permalink
    Definition Classes
    Params
  181. def hasParent: Boolean

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  188. val interactions: NullableStringArrayParam

    Permalink
    Attributes
    protected
  189. val intercept: BooleanParam

    Permalink
    Attributes
    protected
  190. final def isDefined(param: Param[_]): Boolean

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

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

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

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

    Permalink
    Attributes
    protected
  195. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  196. val keepCrossValidationPredictions: BooleanParam

    Permalink
    Attributes
    protected
  197. val keepGamCols: BooleanParam

    Permalink
    Attributes
    protected
  198. val knotIds: NullableStringArrayParam

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

    Permalink
    Attributes
    protected
  200. val lambdaSearch: BooleanParam

    Permalink
    Attributes
    protected
  201. val lambdaValue: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  202. val link: NullableStringParam

    Permalink
    Attributes
    protected
  203. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  216. val maxActivePredictors: IntParam

    Permalink
    Attributes
    protected
  217. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
  218. val maxConfusionMatrixSize: IntParam

    Permalink
    Attributes
    protected
  219. val maxIterations: IntParam

    Permalink
    Attributes
    protected
  220. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  221. val missingValuesHandling: NullableStringParam

    Permalink
    Attributes
    protected
  222. final val modelCategory: NullableStringParam

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

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

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

    Permalink
    Definition Classes
    AnyRef
  226. val nfolds: IntParam

    Permalink
    Attributes
    protected
  227. val nlambdas: IntParam

    Permalink
    Attributes
    protected
  228. val nonNegative: BooleanParam

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

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

    Permalink
    Definition Classes
    AnyRef
  231. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  239. val numKnots: NullableIntArrayParam

    Permalink
    Attributes
    protected
  240. val objReg: DoubleParam

    Permalink
    Attributes
    protected
  241. val objectiveEpsilon: DoubleParam

    Permalink
    Attributes
    protected
  242. def outputColumnName: String

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  247. val prior: DoubleParam

    Permalink
    Attributes
    protected
  248. val removeCollinearCols: BooleanParam

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

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

    Permalink
    Attributes
    protected
  251. val scaleTpPenaltyMat: BooleanParam

    Permalink
    Attributes
    protected
  252. val scoreEachIteration: BooleanParam

    Permalink
    Attributes
    protected
  253. final val scoringHistory: NullableDataFrameParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModel
  254. final def set(paramPair: ParamPair[_]): H2OGAMMOJOModel.this.type

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Model
  263. val solver: NullableStringParam

    Permalink
    Attributes
    protected
  264. val standardize: BooleanParam

    Permalink
    Attributes
    protected
  265. val standardizeTpGamCols: BooleanParam

    Permalink
    Attributes
    protected
  266. val startval: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  267. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  268. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  269. val stoppingTolerance: DoubleParam

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

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

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

    Permalink
    Definition Classes
    AnyRef
  273. val theta: DoubleParam

    Permalink
    Attributes
    protected
  274. def toString(): String

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  282. val tweedieLinkPower: DoubleParam

    Permalink
    Attributes
    protected
  283. val tweedieVariancePower: DoubleParam

    Permalink
    Attributes
    protected
  284. val uid: String

    Permalink
    Definition Classes
    H2OGAMMOJOModelH2OSupervisedMOJOModelH2OMOJOModel → Identifiable
  285. def unwrapMojoModel(): MojoModel

    Permalink

    The method returns an internal H2O-3 mojo model, which can be subsequently used with EasyPredictModelWrapper to perform predictions on individual rows.

    The method returns an internal H2O-3 mojo model, which can be subsequently used with EasyPredictModelWrapper to perform predictions on individual rows.

    Definition Classes
    H2OMOJOModel
  286. final val validationMetrics: MapStringDoubleParam

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

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

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

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

    Permalink
    Attributes
    protected
  291. final val withContributions: BooleanParam

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOWritable → MLWritable

Inherited from HasGamColsOnMOJO

Inherited from HasIgnoredColsOnMOJO

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