Object/Class

ai.h2o.sparkling.ml.models

H2OMOJOModel

Related Docs: class H2OMOJOModel | package models

Permalink

object H2OMOJOModel extends H2OMOJOReadable[H2OMOJOModel] with H2OMOJOLoader[H2OMOJOModel] with H2OMOJOModelUtils with H2OMOJOModelFactory

Linear Supertypes
H2OMOJOModelFactory, H2OMOJOModelUtils, Logging, Serializable, Serializable, Logging, H2OMOJOLoader[H2OMOJOModel], H2OMOJOReadable[H2OMOJOModel], MLReadable[H2OMOJOModel], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OMOJOModel
  2. H2OMOJOModelFactory
  3. H2OMOJOModelUtils
  4. Logging
  5. Serializable
  6. Serializable
  7. Logging
  8. H2OMOJOLoader
  9. H2OMOJOReadable
  10. MLReadable
  11. AnyRef
  12. 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. def createFromMojo(mojo: File, uid: String, settings: H2OMOJOSettings): H2OMOJOModel

    Permalink
  7. def createFromMojo(mojo: InputStream, uid: String, settings: H2OMOJOSettings): H2OMOJOModel

    Permalink
    Definition Classes
    H2OMOJOModelH2OMOJOLoader
  8. def createFromMojo(inputStream: InputStream, uid: String): H2OMOJOModel

    Permalink
    Definition Classes
    H2OMOJOLoader
  9. def createFromMojo(path: String, uid: String, settings: H2OMOJOSettings): H2OMOJOModel

    Permalink
    Definition Classes
    H2OMOJOLoader
  10. def createFromMojo(path: String, uid: String): H2OMOJOModel

    Permalink
    Definition Classes
    H2OMOJOLoader
  11. def createFromMojo(path: String, settings: H2OMOJOSettings): H2OMOJOModel

    Permalink
    Definition Classes
    H2OMOJOLoader
  12. def createFromMojo(path: String): H2OMOJOModel

    Permalink
    Definition Classes
    H2OMOJOLoader
  13. def createSpecificMOJOModel(uid: String, algorithmName: String, category: ModelCategory): H2OMOJOModel

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelFactory
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def extractCrossValidationMetricsSummary(modelJson: JsonObject): DataFrame

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  22. def extractParams(modelJson: JsonObject): Map[String, String]

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  28. def hashCode(): Int

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    H2OMOJOModelUtils
  34. def load(path: String): H2OMOJOModel

    Permalink
    Definition Classes
    MLReadable
    Annotations
    @Since( "1.6.0" )
  35. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  50. def read: MLReader[H2OMOJOModel]

    Permalink
    Definition Classes
    H2OMOJOReadable → MLReadable
  51. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from H2OMOJOModelFactory

Inherited from H2OMOJOModelUtils

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from H2OMOJOLoader[H2OMOJOModel]

Inherited from H2OMOJOReadable[H2OMOJOModel]

Inherited from MLReadable[H2OMOJOModel]

Inherited from AnyRef

Inherited from Any

Ungrouped