Packages

object H2OContext extends Logging

Linear Supertypes
Logging, Serializable, Serializable, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OContext
  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. def ensure(onError: ⇒ String = "H2OContext has to be running."): H2OContext
  2. def get(): Option[H2OContext]
  3. def getOrCreate(): H2OContext

    Get existing or create new H2OContext

    Get existing or create new H2OContext

    returns

    H2O Context

  4. def getOrCreate(conf: H2OConf): H2OContext

    Get existing or create new H2OContext

    Get existing or create new H2OContext

    conf

    H2O configuration

    returns

    H2O Context