Trait

ai.h2o.sparkling.ml.models

H2OMOJOModelUtils

Related Doc: package models

Permalink

trait H2OMOJOModelUtils extends Logging

Linear Supertypes
Logging, Serializable, Serializable, Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OMOJOModelUtils
  2. Logging
  3. Serializable
  4. Serializable
  5. Logging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def extractCoefficients(outputJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected
  9. def extractCrossValidationMetricsSummary(modelJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected
  10. def extractFeatureImportances(outputJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected
  11. def extractFeatureTypes(outputJson: JsonObject): Map[String, String]

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

    Permalink
    Attributes
    protected
  13. def extractJsonTables(outputJson: JsonObject, fieldName: String): Array[DataFrame]

    Permalink
    Attributes
    protected
  14. def extractMetrics(json: JsonObject, metricType: String): Map[String, Double]

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

    Permalink
    Attributes
    protected
  16. def extractModelCategory(outputJson: JsonObject): internals.H2OModelCategory.Value

    Permalink
    Attributes
    protected
  17. def extractModelSummary(outputJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected[ai.h2o.sparkling.ml.models]
  18. def extractParams(modelJson: JsonObject): Map[String, String]

    Permalink
    Attributes
    protected
  19. def extractScoringHistory(outputJson: JsonObject): DataFrame

    Permalink
    Attributes
    protected
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getModelDetails(modelJson: JsonObject): String

    Permalink
    Attributes
    protected
  23. def getModelJson(mojo: File): JsonObject

    Permalink
    Attributes
    protected
  24. def hashCode(): Int

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isTraceEnabled(): Boolean

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

    Permalink
    Attributes
    protected
  30. def jsonFieldToDoubleArray(outputJson: JsonObject, fieldName: String): Array[Double]

    Permalink
    Attributes
    protected
  31. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  43. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  47. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

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

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

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

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped