Class

ai.h2o.sparkling.ml.metrics

H2OBinomialGLMMetrics

Related Doc: package metrics

Permalink

class H2OBinomialGLMMetrics extends H2OBinomialMetrics with H2OGLMMetrics

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

Instance Constructors

  1. new H2OBinomialGLMMetrics()

    Permalink
  2. new H2OBinomialGLMMetrics(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. val auc: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBinomialMetrics
  8. def booleanParam(name: String, doc: String): BooleanParam

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val confusionMatrix: NullableDataFrameParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBinomialMetrics
  12. def copy(extra: ParamMap): H2OBinomialGLMMetrics.this.type

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonMetrics
  16. final val dataFrameSerializer: Param[String]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  25. def extractCoefficients(outputJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  26. def extractCrossValidationMetricsSummary(modelJson: JsonObject): DataFrame

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  29. def extractJsonFieldValue[T](outputJson: JsonObject, fieldName: String, getValue: (JsonElement) ⇒ T, defaultValue: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  30. def extractJsonTables(outputJson: JsonObject, fieldName: String): Array[DataFrame]

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  34. def extractModelSummary(outputJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected[ai.h2o.sparkling.ml.models]
    Definition Classes
    H2OMOJOModelUtils
  35. final def extractParamMap(): ParamMap

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  41. val gainsLiftTable: NullableDataFrameParam

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

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

    Permalink

    AIC.

    AIC.

    Definition Classes
    H2OBinomialGLMMetricsH2OGLMMetrics
  44. def getAUC(): Double

    Permalink

    The AUC for this scoring run.

    The AUC for this scoring run.

    Definition Classes
    H2OBinomialMetrics
  45. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  46. def getConfusionMatrix(): DataFrame

    Permalink

    The ConfusionMatrix at the threshold for maximum F1.

    The ConfusionMatrix at the threshold for maximum F1.

    Definition Classes
    H2OBinomialMetrics
  47. def getCustomMetricName(): String

    Permalink

    Name of custom metric.

    Name of custom metric.

    Definition Classes
    H2OCommonMetrics
  48. def getCustomMetricValue(): Double

    Permalink

    Value of custom metric.

    Value of custom metric.

    Definition Classes
    H2OCommonMetrics
  49. def getDataFrameSerializer(): String

    Permalink
    Definition Classes
    H2OMetricsHasDataFrameSerializer
  50. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  51. 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
  52. def getGainsLiftTable(): DataFrame

    Permalink

    Gains and Lift table.

    Gains and Lift table.

    Definition Classes
    H2OBinomialMetrics
  53. def getGini(): Double

    Permalink

    The Gini score for this scoring run.

    The Gini score for this scoring run.

    Definition Classes
    H2OBinomialMetrics
  54. def getLogloss(): Double

    Permalink

    The logarithmic loss for this scoring run.

    The logarithmic loss for this scoring run.

    Definition Classes
    H2OBinomialMetrics
  55. 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
  56. def getMaxCriteriaAndMetricScores(): DataFrame

    Permalink

    The Metrics for various criteria.

    The Metrics for various criteria.

    Definition Classes
    H2OBinomialMetrics
  57. def getMeanPerClassError(): Double

    Permalink

    The mean misclassification error per class.

    The mean misclassification error per class.

    Definition Classes
    H2OBinomialMetrics
  58. def getModelDetails(modelJson: JsonObject): String

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

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

    Permalink

    Number of observations.

    Number of observations.

    Definition Classes
    H2OCommonMetrics
  61. def getNullDegreesOfFreedom(): Long

    Permalink

    null DOF.

    null DOF.

    Definition Classes
    H2OBinomialGLMMetricsH2OGLMMetrics
  62. def getNullDeviance(): Double

    Permalink

    null deviance.

    null deviance.

    Definition Classes
    H2OBinomialGLMMetricsH2OGLMMetrics
  63. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  64. def getPRAUC(): Double

    Permalink

    The precision-recall AUC for this scoring run.

    The precision-recall AUC for this scoring run.

    Definition Classes
    H2OBinomialMetrics
  65. def getParam(paramName: String): Param[Any]

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

    Permalink

    The R^2 for this scoring run.

    The R^2 for this scoring run.

    Definition Classes
    H2OBinomialMetrics
  67. 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
  68. def getResidualDegreesOfFreedom(): Long

    Permalink

    residual DOF.

    residual DOF.

    Definition Classes
    H2OBinomialGLMMetricsH2OGLMMetrics
  69. def getResidualDeviance(): Double

    Permalink

    residual deviance.

    residual deviance.

    Definition Classes
    H2OBinomialGLMMetricsH2OGLMMetrics
  70. 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
  71. def getThresholdsAndMetricScores(): DataFrame

    Permalink

    The Metrics for various thresholds.

    The Metrics for various thresholds.

    Definition Classes
    H2OBinomialMetrics
  72. val gini: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBinomialMetrics
  73. final def hasDefault[T](param: Param[T]): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  76. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  85. def jsonFieldToDoubleArray(outputJson: JsonObject, fieldName: String): Array[Double]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  98. val logloss: DoubleParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  100. val maxCriteriaAndMetricScores: NullableDataFrameParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBinomialMetrics
  101. val meanPerClassError: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBinomialMetrics
  102. val mse: DoubleParam

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

    Permalink
    Definition Classes
    AnyRef
  104. def nestedJsonFieldToDataFrame(outputJson: JsonObject, parentFieldName: String, fieldName: String): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  105. val nobs: LongParam

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

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

    Permalink
    Definition Classes
    AnyRef
  108. val nullDegreesOfFreedom: LongParam

    Permalink
    Attributes
    protected
  109. val nullDeviance: DoubleParam

    Permalink
    Attributes
    protected
  110. def nullableBooleanArrayParam(name: String, doc: String): NullableBooleanArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  111. def nullableDataFrameParam(name: String, doc: String): NullableDataFrameParam

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  122. val prauc: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBinomialMetrics
  123. val r2: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBinomialMetrics
  124. val residualDegreesOfFreedom: LongParam

    Permalink
    Attributes
    protected
  125. val residualDeviance: DoubleParam

    Permalink
    Attributes
    protected
  126. val rmse: DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OCommonMetrics
  127. val scoringTime: LongParam

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

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

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

    Permalink
    Definition Classes
    Params
  131. def setDataFrameSerializerGetter(getterMethod: () ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMetrics
  132. final def setDefault(paramPairs: ParamPair[_]*): H2OBinomialGLMMetrics.this.type

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  138. val thresholdsAndMetricScores: NullableDataFrameParam

    Permalink
    Attributes
    protected
    Definition Classes
    H2OBinomialMetrics
  139. def toString(): String

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

    Permalink
    Definition Classes
    H2OBinomialGLMMetricsH2OBinomialMetricsH2OCommonMetrics → Identifiable
  141. final def wait(): Unit

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

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

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

Inherited from H2OGLMMetrics

Inherited from H2OBinomialMetrics

Inherited from H2OCommonMetrics

Inherited from H2OMetrics

Inherited from HasDataFrameSerializer

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