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. class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider with DataSourceRegister

    Provides access to H2OFrame from pure SQL statements (i.

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

  3. type Frame = water.fvec.Frame

  4. type H2O = water.H2O

  5. trait H2OConf extends AnyRef

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

  6. class H2OContext extends Logging with H2OConf with Serializable

    Simple H2O context motivated by SQLContext.

  7. implicit class H2ODataFrameReader extends AnyRef

    Adds a method, h2o, to DataFrameReader that allows you to read h2o frames using the DataFileReader.

  8. implicit class H2ODataFrameWriter extends AnyRef

    Adds a method, h2o, to DataFrameWriter that allows you to write h2o frames using the DataFileWriter.

  9. type H2OFrame = water.fvec.H2OFrame

  10. case class H2ORelation(key: String)(implicit sqlContext: SQLContext) extends BaseRelation with TableScan with PrunedScan with Logging with Product with Serializable

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

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

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

  14. trait SupportedRDD extends AnyRef

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

Value Members

  1. object DataSourceUtils

  2. object H2OConf

  3. object H2OContext extends Logging with Serializable

  4. object H2OSchemaUtils

    Utilities for working with Spark SQL component.

  5. object H2OTypeUtils

    Utilities to work with types and allows conversion from/to h2o types

  6. object ReflectionUtils

    Work with reflection only inside this helper.

  7. object SupportedRDD

Deprecated Value Members

  1. object VecUtils

    Simple vector utilities.

Inherited from AnyRef

Inherited from Any

Ungrouped