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 ByteHolder(result: Option[Byte]) extends Holder[Byte] with Product with Serializable

  2. type Dataset[X] = sql.Dataset[X]

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

    Provides access to H2OFrame from pure SQL statements (i.

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

  5. type Frame = water.fvec.Frame

  6. type H2O = water.H2O

  7. class H2OConf extends Logging with InternalBackendConf

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

  8. class H2OContext extends Logging with Serializable with SparkDataFrameConverter with SupportedRDDConverter with H2OContextUtils

    Create new H2OContext based on provided H2O configuration

  9. abstract class H2OContextImplicits extends AnyRef

    Implicit transformations available on org.apache.spark.h2o.H2OContext

  10. implicit class H2ODataFrameReader extends AnyRef

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

  11. implicit class H2ODataFrameWriter extends AnyRef

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

  12. type H2OFrame = water.fvec.H2OFrame

  13. trait Holder[T] extends AnyRef

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

  15. class JavaH2OContext extends AnyRef

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

  17. case class ShortHolder(result: Option[Short]) extends Holder[Short] with Product with Serializable

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

  19. class WrongSparkVersion extends Exception with NoStackTrace

Value Members

  1. object DataSourceUtils

  2. object H2OConf

  3. object H2OContext extends Logging with Serializable

  4. package backends

  5. package converters

  6. package utils

Inherited from AnyRef

Inherited from Any

Ungrouped