Class

ai.h2o.sparkling.ml.metrics

H2OAnomalyMetrics

Related Doc: package metrics

Permalink

class H2OAnomalyMetrics extends H2OCommonMetrics

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

Instance Constructors

  1. new H2OAnomalyMetrics()

    Permalink
  2. new H2OAnomalyMetrics(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. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  34. final def getClass(): Class[_]

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

    Permalink

    Name of custom metric.

    Name of custom metric.

    Definition Classes
    H2OCommonMetrics
  36. def getCustomMetricValue(): Double

    Permalink

    Value of custom metric.

    Value of custom metric.

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

    Permalink
    Definition Classes
    Params
  38. 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
  39. 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
  40. def getMeanNormalizedScore(): Double

    Permalink

    Mean Normalized Anomaly Score.

  41. def getMeanScore(): Double

    Permalink

    Mean Anomaly Score.

  42. def getModelDetails(modelJson: JsonObject): String

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

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

    Permalink

    Number of observations.

    Number of observations.

    Definition Classes
    H2OCommonMetrics
  45. final def getOrDefault[T](param: Param[T]): T

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

    Permalink
    Definition Classes
    Params
  47. 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
  48. 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
  49. final def hasDefault[T](param: Param[T]): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  74. val meanNormalizedScore: DoubleParam

    Permalink
    Attributes
    protected
  75. val meanScore: DoubleParam

    Permalink
    Attributes
    protected
  76. val mse: DoubleParam

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

    Permalink
    Definition Classes
    AnyRef
  78. val nobs: LongParam

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

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

    Permalink
    Definition Classes
    AnyRef
  81. def nullableDataFrameParam(name: String, doc: String): NullableDataFrameParam

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  92. val rmse: DoubleParam

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    H2OAnomalyMetricsH2OCommonMetricsH2OMetrics
  100. def stringArrayParam(name: String, doc: String): StringArrayParam

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

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

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

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

    Permalink
    Definition Classes
    H2OAnomalyMetricsH2OCommonMetrics → Identifiable
  105. final def wait(): Unit

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

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

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

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