Class/Object

ai.h2o.sparkling.ml.models

H2OGLMMOJOModel

Related Docs: object H2OGLMMOJOModel | package models

Permalink

class H2OGLMMOJOModel extends H2OSupervisedMOJOModel with ParameterConstructorMethods with Logging with HasIgnoredColsOnMOJO

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

Instance Constructors

  1. new H2OGLMMOJOModel(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 HGLM: BooleanParam

    Permalink
    Attributes
    protected
  6. val alphaValue: NullableDoubleArrayParam

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

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

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

    Permalink
    Definition Classes
    Any
  10. val aucType: NullableStringParam

    Permalink
    Attributes
    protected
  11. val balanceClasses: BooleanParam

    Permalink
    Attributes
    protected
  12. val betaEpsilon: DoubleParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  14. val calcLike: BooleanParam

    Permalink
    Attributes
    protected
  15. val checkpoint: NullableStringParam

    Permalink
    Attributes
    protected
  16. val classSamplingFactors: NullableFloatArrayParam

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

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

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

    Permalink
    Attributes
    protected
  20. val computePValues: BooleanParam

    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. def doubleArrayParam(name: String, doc: String): DoubleArrayParam

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

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

    Permalink
    Attributes
    protected
  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. val family: NullableStringParam

    Permalink
    Attributes
    protected
  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 getCalcLike(): Boolean

    Permalink
  71. def getCheckpoint(): String

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

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

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

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

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

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

    Permalink
  78. def getComputePValues(): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
  89. def getDimReductionPredictionSchema(): StructType

    Permalink
  90. def getDimReductionPredictionUDF(): UserDefinedFunction

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

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

    Permalink
  93. def getExportCheckpointsDir(): String

    Permalink
  94. def getFamily(): 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 getGradientEpsilon(): Double

    Permalink
  100. def getHGLM(): Boolean

    Permalink
  101. def getIgnoreConstCols(): Boolean

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

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

    Permalink
  104. def getIntercept(): Boolean

    Permalink
  105. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
  106. def getKeepCrossValidationModels(): Boolean

    Permalink
  107. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  108. def getLabelCol(): String

    Permalink
  109. def getLambdaMinRatio(): Double

    Permalink
  110. def getLambdaSearch(): Boolean

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

    Permalink
  112. def getLink(): String

    Permalink
  113. def getMaxActivePredictors(): Int

    Permalink
  114. def getMaxAfterBalanceSize(): Float

    Permalink
  115. def getMaxConfusionMatrixSize(): Int

    Permalink
  116. def getMaxIterations(): Int

    Permalink
  117. def getMaxRuntimeSecs(): Double

    Permalink
  118. def getMissingValuesHandling(): String

    Permalink
  119. def getModelCategory(): String

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

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

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

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

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

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

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

    Permalink
  127. def getNlambdas(): Int

    Permalink
  128. def getNonNegative(): Boolean

    Permalink
  129. def getObjReg(): Double

    Permalink
  130. def getObjectiveEpsilon(): Double

    Permalink
  131. def getOffsetCol(): String

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

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

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

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

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

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

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

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

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

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

    Permalink
  142. def getRandomFamily(): Array[String]

    Permalink
  143. def getRandomLink(): Array[String]

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

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

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

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

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

    Permalink
  149. def getScoreEachIteration(): Boolean

    Permalink
  150. def getScoreIterationInterval(): Int

    Permalink
  151. def getSeed(): Long

    Permalink
  152. def getSolver(): String

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

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

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

    Permalink
  156. def getStoppingMetric(): String

    Permalink
  157. def getStoppingRounds(): Int

    Permalink
  158. def getStoppingTolerance(): Double

    Permalink
  159. def getTheta(): Double

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

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

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

    Permalink
  163. def getTweedieVariancePower(): Double

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

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

    Permalink
  166. def getWithContributions(): Boolean

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

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

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

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

    Permalink
  171. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  172. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

    Permalink
  173. val gradientEpsilon: DoubleParam

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

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

    Permalink
    Definition Classes
    Params
  176. def hasParent: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  185. val intercept: BooleanParam

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

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

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

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

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

    Permalink
    Attributes
    protected
  191. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  192. val keepCrossValidationPredictions: BooleanParam

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

    Permalink
    Attributes
    protected
  194. val lambdaMinRatio: DoubleParam

    Permalink
    Attributes
    protected
  195. val lambdaSearch: BooleanParam

    Permalink
    Attributes
    protected
  196. val lambdaValue: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  197. val link: NullableStringParam

    Permalink
    Attributes
    protected
  198. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  212. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
  213. val maxConfusionMatrixSize: IntParam

    Permalink
    Attributes
    protected
  214. val maxIterations: IntParam

    Permalink
    Attributes
    protected
  215. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  216. val missingValuesHandling: NullableStringParam

    Permalink
    Attributes
    protected
  217. final val modelCategory: NullableStringParam

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

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

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

    Permalink
    Definition Classes
    AnyRef
  221. val nfolds: IntParam

    Permalink
    Attributes
    protected
  222. val nlambdas: IntParam

    Permalink
    Attributes
    protected
  223. val nonNegative: BooleanParam

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  234. val objReg: DoubleParam

    Permalink
    Attributes
    protected
  235. val objectiveEpsilon: DoubleParam

    Permalink
    Attributes
    protected
  236. def outputColumnName: String

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

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

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

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

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

    Permalink
    Attributes
    protected
  242. val randomFamily: NullableStringArrayParam

    Permalink
    Attributes
    protected
  243. val randomLink: NullableStringArrayParam

    Permalink
    Attributes
    protected
  244. val removeCollinearCols: BooleanParam

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

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

    Permalink
    Attributes
    protected
  247. val scoreIterationInterval: IntParam

    Permalink
    Attributes
    protected
  248. val seed: LongParam

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    HasMojo
  256. def setMojo(mojo: InputStream): H2OGLMMOJOModel.this.type

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

    Permalink
    Definition Classes
    Model
  258. val solver: NullableStringParam

    Permalink
    Attributes
    protected
  259. val standardize: BooleanParam

    Permalink
    Attributes
    protected
  260. val startval: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  261. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  262. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  263. val stoppingTolerance: DoubleParam

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

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

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

    Permalink
    Definition Classes
    AnyRef
  267. val theta: DoubleParam

    Permalink
    Attributes
    protected
  268. def toString(): String

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  277. val tweedieVariancePower: DoubleParam

    Permalink
    Attributes
    protected
  278. val uid: String

    Permalink
    Definition Classes
    H2OGLMMOJOModelH2OSupervisedMOJOModelH2OMOJOModel → Identifiable
  279. final val validationMetrics: MapStringDoubleParam

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

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

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

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

    Permalink
    Attributes
    protected
  284. final val withContributions: BooleanParam

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOWritable → MLWritable

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