Class

ai.h2o.sparkling.ml.metrics

H2ORegressionGLMMetrics

Related Doc: package metrics

Permalink

class H2ORegressionGLMMetrics extends H2ORegressionMetrics with H2OGLMMetrics

Annotations
@MetricsDescription()
Linear Supertypes
H2OGLMMetrics, H2ORegressionMetrics, H2OCommonMetrics, H2OMetrics, H2OMOJOModelUtils, Logging, Logging, ParameterConstructorMethods, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2ORegressionGLMMetrics
  2. H2OGLMMetrics
  3. H2ORegressionMetrics
  4. H2OCommonMetrics
  5. H2OMetrics
  6. H2OMOJOModelUtils
  7. Logging
  8. Logging
  9. ParameterConstructorMethods
  10. Params
  11. Serializable
  12. Serializable
  13. Identifiable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new H2ORegressionGLMMetrics()

    Permalink
  2. new H2ORegressionGLMMetrics(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 aic: DoubleParam

    Permalink
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def booleanParam(name: String, doc: String): BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  8. final def clear(param: Param[_]): H2ORegressionGLMMetrics.this.type

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def copy(extra: ParamMap): H2ORegressionGLMMetrics.this.type

    Permalink
    Definition Classes
    H2ORegressionGLMMetricsH2ORegressionMetricsH2OCommonMetrics → Params
  11. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  12. val customMetricName: NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonMetrics
  13. val customMetricValue: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonMetrics
  14. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  15. val description: NullableStringParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Params
  22. def extractCrossValidationMetricsSummary(modelJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  23. def extractFeatureImportances(outputJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  24. def extractFeatureTypes(outputJson: JsonObject): Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  25. def extractMetrics(json: JsonObject, metricType: String): Map[String, Double]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  26. def extractMetricsObject(json: JsonObject, metricType: String, algoName: String, modelCategory: internals.H2OModelCategory.Value): H2OMetrics

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  27. def extractModelCategory(outputJson: JsonObject): internals.H2OModelCategory.Value

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  28. final def extractParamMap(): ParamMap

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

    Permalink
    Definition Classes
    Params
  30. def extractParams(modelJson: JsonObject): Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  31. def extractScoringHistory(outputJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  32. def finalize(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  34. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  35. def getAIC(): Double

    Permalink

    AIC.

    AIC.

    Definition Classes
    H2ORegressionGLMMetricsH2OGLMMetrics
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def getCustomMetricName(): String

    Permalink

    Name of custom metric.

    Name of custom metric.

    Definition Classes
    H2OCommonMetrics
  38. def getCustomMetricValue(): Double

    Permalink

    Value of custom metric.

    Value of custom metric.

    Definition Classes
    H2OCommonMetrics
  39. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  40. def getDescription(): String

    Permalink

    Optional description for this scoring run (to note out-of-bag, sampled data, etc.).

    Optional description for this scoring run (to note out-of-bag, sampled data, etc.).

    Definition Classes
    H2OCommonMetrics
  41. def getMAE(): Double

    Permalink

    The mean absolute error for this scoring run.

    The mean absolute error for this scoring run.

    Definition Classes
    H2ORegressionMetrics
  42. def getMSE(): Double

    Permalink

    The Mean Squared Error of the prediction for this scoring run.

    The Mean Squared Error of the prediction for this scoring run.

    Definition Classes
    H2OCommonMetrics
  43. def getMeanResidualDeviance(): Double

    Permalink

    The mean residual deviance for this scoring run.

    The mean residual deviance for this scoring run.

    Definition Classes
    H2ORegressionMetrics
  44. def getModelDetails(modelJson: JsonObject): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  45. def getModelJson(mojo: File): JsonObject

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  46. def getNobs(): Long

    Permalink

    Number of observations.

    Number of observations.

    Definition Classes
    H2OCommonMetrics
  47. def getNullDegreesOfFreedom(): Long

    Permalink

    null DOF.

    null DOF.

    Definition Classes
    H2ORegressionGLMMetricsH2OGLMMetrics
  48. def getNullDeviance(): Double

    Permalink

    null deviance.

    null deviance.

    Definition Classes
    H2ORegressionGLMMetricsH2OGLMMetrics
  49. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  50. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  51. def getR2(): Double

    Permalink

    The R^2 for this scoring run.

    The R^2 for this scoring run.

    Definition Classes
    H2ORegressionMetrics
  52. def getRMSE(): Double

    Permalink

    The Root Mean Squared Error of the prediction for this scoring run.

    The Root Mean Squared Error of the prediction for this scoring run.

    Definition Classes
    H2OCommonMetrics
  53. def getRMSLE(): Double

    Permalink

    The root mean squared log error for this scoring run.

    The root mean squared log error for this scoring run.

    Definition Classes
    H2ORegressionMetrics
  54. def getResidualDegreesOfFreedom(): Long

    Permalink

    residual DOF.

    residual DOF.

    Definition Classes
    H2ORegressionGLMMetricsH2OGLMMetrics
  55. def getResidualDeviance(): Double

    Permalink

    residual deviance.

    residual deviance.

    Definition Classes
    H2ORegressionGLMMetricsH2OGLMMetrics
  56. def getScoringTime(): Long

    Permalink

    The time in mS since the epoch for the start of this scoring run.

    The time in mS since the epoch for the start of this scoring run.

    Definition Classes
    H2OCommonMetrics
  57. final def hasDefault[T](param: Param[T]): Boolean

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

    Permalink
    Definition Classes
    Params
  59. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  60. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  67. def jsonFieldToDataFrame(outputJson: JsonObject, fieldName: String): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  68. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  81. val mae: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2ORegressionMetrics
  82. val meanResidualDeviance: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2ORegressionMetrics
  83. val mse: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonMetrics
  84. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  85. val nobs: LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonMetrics
  86. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  88. val nullDegreesOfFreedom: LongParam

    Permalink
    Attributes
    protected
  89. val nullDeviance: DoubleParam

    Permalink
    Attributes
    protected
  90. def nullableDataFrameParam(name: String, doc: String): NullableDataFrameParam

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  101. val r2: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2ORegressionMetrics
  102. val residualDegreesOfFreedom: LongParam

    Permalink
    Attributes
    protected
  103. val residualDeviance: DoubleParam

    Permalink
    Attributes
    protected
  104. val rmse: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonMetrics
  105. val rmsle: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2ORegressionMetrics
  106. val scoringTime: LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonMetrics
  107. final def set(paramPair: ParamPair[_]): H2ORegressionGLMMetrics.this.type

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  112. def setMetrics(json: JsonObject, context: String): Unit

    Permalink
  113. def stringArrayParam(name: String, doc: String): StringArrayParam

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

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

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

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  117. val uid: String

    Permalink
    Definition Classes
    H2ORegressionGLMMetricsH2ORegressionMetricsH2OCommonMetrics → Identifiable
  118. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from H2OGLMMetrics

Inherited from H2ORegressionMetrics

Inherited from H2OCommonMetrics

Inherited from H2OMetrics

Inherited from H2OMOJOModelUtils

Inherited from Logging

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped