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. H2OMOJOPredictionBinomial
  12. H2OMOJOPredictionClustering
  13. H2OMOJOPredictionDimReduction
  14. H2OMOJOPredictionMultinomial
  15. PredictionWithStageProbabilities
  16. H2OMOJOPredictionAutoEncoder
  17. H2OMOJOPredictionAnomaly
  18. H2OMOJOPredictionWordEmbedding
  19. H2OMOJOPredictionRegression
  20. PredictionWithContributions
  21. H2OMOJOModelBase
  22. H2OMOJOFlattenedInput
  23. H2OMOJOWritable
  24. MLWritable
  25. HasMojo
  26. H2OBaseMOJOParams
  27. Logging
  28. Model
  29. Transformer
  30. PipelineStage
  31. Logging
  32. Params
  33. Serializable
  34. Serializable
  35. Identifiable
  36. AnyRef
  37. 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 balanceClasses: BooleanParam

    Permalink
    Attributes
    protected
  10. val betaEpsilon: DoubleParam

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

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

    Permalink
    Attributes
    protected
  13. val classSamplingFactors: NullableFloatArrayParam

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

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

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

    Permalink
    Attributes
    protected
  17. val computePValues: BooleanParam

    Permalink
    Attributes
    protected
  18. final val convertInvalidNumbersToNa: BooleanParam

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  33. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
  34. def extractAnomalyPredictionColContent(): Column

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

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

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

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

    Permalink
  39. def extractMultinomialPredictionColContent(): Column

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

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

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

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

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

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

    Permalink
  46. val family: NullableStringParam

    Permalink
    Attributes
    protected
  47. final val featureTypes: MapStringStringParam

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

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

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

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

    Permalink
    Attributes
    protected
  52. val foldCol: NullableStringParam

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

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

    Permalink
  55. def getAnomalyPredictionColSchema(): Seq[StructField]

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

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

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

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

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

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

    Permalink
  62. def getBetaEpsilon(): Double

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionBinomial
  66. def getBs(): Array[Int]

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

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

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

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

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

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

    Permalink
  73. def getComputePValues(): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
  84. def getDimReductionPredictionSchema(): StructType

    Permalink
  85. def getDimReductionPredictionUDF(): UserDefinedFunction

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

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

    Permalink
  88. def getExportCheckpointsDir(): String

    Permalink
  89. def getFamily(): String

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

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

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

    Permalink
  93. def getFoldCol(): String

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

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

    Permalink
  96. def getIgnoreConstCols(): Boolean

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

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

    Permalink
  99. def getIntercept(): Boolean

    Permalink
  100. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
  101. def getKeepCrossValidationModels(): Boolean

    Permalink
  102. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  103. def getKeepGamCols(): Boolean

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

    Permalink
  105. def getLabelCol(): String

    Permalink
  106. def getLambdaSearch(): Boolean

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

    Permalink
  108. def getLink(): String

    Permalink
  109. def getMaxActivePredictors(): Int

    Permalink
  110. def getMaxAfterBalanceSize(): Float

    Permalink
  111. def getMaxConfusionMatrixSize(): Int

    Permalink
  112. def getMaxIterations(): Int

    Permalink
  113. def getMaxRuntimeSecs(): Double

    Permalink
  114. def getMissingValuesHandling(): String

    Permalink
  115. def getModelCategory(): String

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    HasMojo
  118. def getMultinomialPredictionColSchema(): Seq[StructField]

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

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

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

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

    Permalink
  123. def getNlambdas(): Int

    Permalink
  124. def getNonNegative(): Boolean

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

    Permalink
  126. def getObjReg(): Double

    Permalink
  127. def getObjectiveEpsilon(): Double

    Permalink
  128. def getOffsetCol(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  145. def getScoreEachIteration(): Boolean

    Permalink
  146. def getSolver(): String

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

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

    Permalink
  149. def getStoppingMetric(): String

    Permalink
  150. def getStoppingRounds(): Int

    Permalink
  151. def getStoppingTolerance(): Double

    Permalink
  152. def getTheta(): Double

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

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

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

    Permalink
  156. def getTweedieVariancePower(): Double

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

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

    Permalink
  159. def getWithContributions(): Boolean

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

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

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

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

    Permalink
  164. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  165. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

    Permalink
  166. val gradientEpsilon: DoubleParam

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

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

    Permalink
    Definition Classes
    Params
  169. def hasParent: Boolean

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  177. val intercept: BooleanParam

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

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

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

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

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

    Permalink
    Attributes
    protected
  183. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  184. val keepCrossValidationPredictions: BooleanParam

    Permalink
    Attributes
    protected
  185. val keepGamCols: BooleanParam

    Permalink
    Attributes
    protected
  186. val knotIds: NullableStringArrayParam

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

    Permalink
    Attributes
    protected
  188. val lambdaSearch: BooleanParam

    Permalink
    Attributes
    protected
  189. val lambdaValue: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  190. val link: NullableStringParam

    Permalink
    Attributes
    protected
  191. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  205. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
  206. val maxConfusionMatrixSize: IntParam

    Permalink
    Attributes
    protected
  207. val maxIterations: IntParam

    Permalink
    Attributes
    protected
  208. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  209. val missingValuesHandling: NullableStringParam

    Permalink
    Attributes
    protected
  210. final val modelCategory: NullableStringParam

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

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

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

    Permalink
    Definition Classes
    AnyRef
  214. val nfolds: IntParam

    Permalink
    Attributes
    protected
  215. val nlambdas: IntParam

    Permalink
    Attributes
    protected
  216. val nonNegative: BooleanParam

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  227. val objReg: DoubleParam

    Permalink
    Attributes
    protected
  228. val objectiveEpsilon: DoubleParam

    Permalink
    Attributes
    protected
  229. def outputColumnName: String

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

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

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

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

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

    Permalink
    Attributes
    protected
  235. val removeCollinearCols: BooleanParam

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

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

    Permalink
    Attributes
    protected
  238. val scoreEachIteration: BooleanParam

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Model
  248. val solver: NullableStringParam

    Permalink
    Attributes
    protected
  249. val standardize: BooleanParam

    Permalink
    Attributes
    protected
  250. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  251. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  252. val stoppingTolerance: DoubleParam

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

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

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

    Permalink
    Definition Classes
    AnyRef
  256. val theta: DoubleParam

    Permalink
    Attributes
    protected
  257. def toString(): String

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  266. val tweedieVariancePower: DoubleParam

    Permalink
    Attributes
    protected
  267. val uid: String

    Permalink
    Definition Classes
    H2OGAMMOJOModelH2OSupervisedMOJOModelH2OMOJOModel → Identifiable
  268. final val validationMetrics: MapStringDoubleParam

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

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

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

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

    Permalink
    Attributes
    protected
  273. final val withContributions: BooleanParam

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOWritable → MLWritable

Inherited from HasGamColsOnMOJO

Inherited from HasIgnoredColsOnMOJO

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