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 classSamplingFactors: NullableFloatArrayParam

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

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

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

    Permalink
    Attributes
    protected
  19. val computePValues: BooleanParam

    Permalink
    Attributes
    protected
  20. final val convertInvalidNumbersToNa: BooleanParam

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  35. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
  36. def extractAnomalyPredictionColContent(): Column

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionClustering
  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 featureTypes: MapStringStringParam

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

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

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

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

    Permalink
    Attributes
    protected
  54. val foldCol: NullableStringParam

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

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

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionAnomaly
  60. def getAucType(): String

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

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

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

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

    Permalink
  65. def getBetaEpsilon(): Double

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

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

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

    Permalink
    Definition Classes
    H2OMOJOPredictionBinomial
  69. def getCalcLike(): Boolean

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

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

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

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

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

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

    Permalink
  76. def getComputePValues(): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
  87. def getDimReductionPredictionSchema(): StructType

    Permalink
  88. def getDimReductionPredictionUDF(): UserDefinedFunction

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

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

    Permalink
  91. def getExportCheckpointsDir(): String

    Permalink
  92. def getFamily(): String

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

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

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

    Permalink
  96. def getFoldCol(): String

    Permalink
  97. def getGradientEpsilon(): Double

    Permalink
  98. def getHGLM(): Boolean

    Permalink
  99. def getIgnoreConstCols(): Boolean

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

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

    Permalink
  102. def getIntercept(): Boolean

    Permalink
  103. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
  104. def getKeepCrossValidationModels(): Boolean

    Permalink
  105. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  106. def getLabelCol(): String

    Permalink
  107. def getLambdaMinRatio(): Double

    Permalink
  108. def getLambdaSearch(): Boolean

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

    Permalink
  110. def getLink(): String

    Permalink
  111. def getMaxActivePredictors(): Int

    Permalink
  112. def getMaxAfterBalanceSize(): Float

    Permalink
  113. def getMaxConfusionMatrixSize(): Int

    Permalink
  114. def getMaxIterations(): Int

    Permalink
  115. def getMaxRuntimeSecs(): Double

    Permalink
  116. def getMissingValuesHandling(): String

    Permalink
  117. def getModelCategory(): String

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

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

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

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

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

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

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

    Permalink
  125. def getNlambdas(): Int

    Permalink
  126. def getNonNegative(): Boolean

    Permalink
  127. def getObjReg(): Double

    Permalink
  128. def getObjectiveEpsilon(): Double

    Permalink
  129. def getOffsetCol(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  147. def getScoreEachIteration(): Boolean

    Permalink
  148. def getScoreIterationInterval(): Int

    Permalink
  149. def getSeed(): Long

    Permalink
  150. def getSolver(): String

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

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

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

    Permalink
  154. def getStoppingMetric(): String

    Permalink
  155. def getStoppingRounds(): Int

    Permalink
  156. def getStoppingTolerance(): Double

    Permalink
  157. def getTheta(): Double

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

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

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

    Permalink
  161. def getTweedieVariancePower(): Double

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

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

    Permalink
  164. def getWithContributions(): Boolean

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

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

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

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

    Permalink
  169. def getWordEmbeddingPredictionSchema(): StructType

    Permalink
  170. def getWordEmbeddingPredictionUDF(): UserDefinedFunction

    Permalink
  171. val gradientEpsilon: DoubleParam

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

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

    Permalink
    Definition Classes
    Params
  174. def hasParent: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  183. val intercept: BooleanParam

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

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

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

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

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

    Permalink
    Attributes
    protected
  189. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  190. val keepCrossValidationPredictions: BooleanParam

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

    Permalink
    Attributes
    protected
  192. val lambdaMinRatio: DoubleParam

    Permalink
    Attributes
    protected
  193. val lambdaSearch: BooleanParam

    Permalink
    Attributes
    protected
  194. val lambdaValue: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  195. val link: NullableStringParam

    Permalink
    Attributes
    protected
  196. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  210. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
  211. val maxConfusionMatrixSize: IntParam

    Permalink
    Attributes
    protected
  212. val maxIterations: IntParam

    Permalink
    Attributes
    protected
  213. val maxRuntimeSecs: DoubleParam

    Permalink
    Attributes
    protected
  214. val missingValuesHandling: NullableStringParam

    Permalink
    Attributes
    protected
  215. final val modelCategory: NullableStringParam

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

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

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

    Permalink
    Definition Classes
    AnyRef
  219. val nfolds: IntParam

    Permalink
    Attributes
    protected
  220. val nlambdas: IntParam

    Permalink
    Attributes
    protected
  221. val nonNegative: BooleanParam

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  233. val objectiveEpsilon: DoubleParam

    Permalink
    Attributes
    protected
  234. def outputColumnName: String

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

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

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

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

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

    Permalink
    Attributes
    protected
  240. val randomFamily: NullableStringArrayParam

    Permalink
    Attributes
    protected
  241. val randomLink: NullableStringArrayParam

    Permalink
    Attributes
    protected
  242. val removeCollinearCols: BooleanParam

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

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

    Permalink
    Attributes
    protected
  245. val scoreIterationInterval: IntParam

    Permalink
    Attributes
    protected
  246. val seed: LongParam

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Model
  256. val solver: NullableStringParam

    Permalink
    Attributes
    protected
  257. val standardize: BooleanParam

    Permalink
    Attributes
    protected
  258. val startval: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  259. val stoppingMetric: NullableStringParam

    Permalink
    Attributes
    protected
  260. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  261. val stoppingTolerance: DoubleParam

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

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

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

    Permalink
    Definition Classes
    AnyRef
  265. val theta: DoubleParam

    Permalink
    Attributes
    protected
  266. def toString(): String

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  275. val tweedieVariancePower: DoubleParam

    Permalink
    Attributes
    protected
  276. val uid: String

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

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

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

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

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

    Permalink
    Attributes
    protected
  282. final val withContributions: BooleanParam

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

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

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

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