org.apache.spark

h2o

package h2o

Type shortcuts to simplify work in Sparkling REPL

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. h2o
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class DoubleHolder(result: Option[Double]) extends Product with Serializable

  2. type Frame = water.fvec.Frame

  3. type H2O = water.H2O

  4. trait H2OConf extends AnyRef

    Just simple configuration holder which is representing properties passed from user to H2O App.

  5. class H2OContext extends Logging with H2OConf with Serializable

    Simple H2O context motivated by SQLContext.

  6. type H2OFrame = water.fvec.H2OFrame

  7. case class IntHolder(result: Option[Int]) extends Product with Serializable

  8. trait PrimitiveType extends AnyRef

    Magnet pattern (Type Class pattern) for conversion from various primitive types to their appropriate H2OFrame using the method with the same name

  9. type RDD[X] = rdd.RDD[X]

  10. case class StringHolder(result: Option[String]) extends Product with Serializable

Value Members

  1. object H2OContext extends Logging with Serializable

  2. object H2OPrimitiveTypesUtils

    Utilities to work with primitive types such as String, Integer, Double.

  3. object H2OProductUtils

    Utilities to work with Product classes.

  4. object H2OSchemaUtils

    Utilities for working with Spark SQL component.

  5. object PrimitiveType

  6. object ReflectionUtils

    Work with reflection only inside this helper.

Inherited from AnyRef

Inherited from Any

Ungrouped