Package

ai.h2o

sparkling

Permalink

package sparkling

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider with DataSourceRegister

    Permalink

    Provides access to H2OFrame from pure SQL statements (i.e.

    Provides access to H2OFrame from pure SQL statements (i.e. for users of the JDBC server).

  2. case class H2OColumn(name: String, dataType: H2OColumnType.Value, min: Double, max: Double, mean: Double, sigma: Double, numberOfZeros: Long, numberOfMissingElements: Long, percentiles: Array[Double], domain: Array[String], domainCardinality: Long) extends Product with Serializable

    Permalink
  3. class H2OConf extends Logging with InternalBackendConf with ExternalBackendConf with Serializable

    Permalink

    Configuration holder which is representing properties passed from user to Sparkling Water.

  4. class H2OContext extends H2OContextExtensions

    Permalink

    Create new H2OContext based on provided H2O configuration

  5. class H2OFrame extends Serializable with RestEncodingUtils

    Permalink

    H2OFrame representation via Rest API

Value Members

  1. object H2OColumnType extends Enumeration

    Permalink
  2. object H2OConf extends Logging

    Permalink
  3. object H2OContext extends Logging

    Permalink
  4. object H2OFrame extends RestCommunication

    Permalink
  5. object SparkTimeZone

    Permalink
  6. object SparklingWaterDriver

    Permalink

    A simple wrapper to allow launching H2O itself on the top of Spark.

  7. object SparklingWaterWithHiveDriver

    Permalink

    A simple wrapper to allow launching H2O itself on the top of Spark.

  8. package backend

    Permalink

Ungrouped