Implicit conversion from Frame to DataFrame
Implicit conversion from RDD[Primitive type] ( where primitive type can be String, Double, Float or Int) to appropriate H2OFrame
Implicit conversion from typed RDD to H2O's DataFrame
Implicit conversion from Spark DataFrame to H2O's DataFrame
Conversion from RDD[Boolean] to H2O's DataFrame
Returns key of the H2O's DataFrame conversed from RDD[Boolean]
Conversion from RDD[Double] to H2O's DataFrame
Returns key of the H2O's DataFrame conversed from RDD[Double]
Conversion from RDD[Long] to H2O's DataFrame
Returns key of the H2O's DataFrame conversed from RDD[Long]
Conversion from RDD[String] to H2O's DataFrame
Returns key of the H2O's DataFrame conversed from RDD[String]
Convert given H2O frame into a Product RDD type
Get arguments for H2O client.
Produce arguments for H2O node based on this config.
Produce arguments for H2O node based on this config.
array of H2O launcher command line arguments
Open H2O Flow running in this client.
Initialize Sparkling H2O and start H2O cloud.
Initialize Sparkling H2O and start H2O cloud with specified number of workers.
Stops H2O context.
Stops H2O context.
Calls System.exit() which kills executor JVM.
Transform given Scala symbol to String
Returns a key of given frame
Implicit conversion from RDD[Primitive type] ( where primitive type can be String, Boolean, Double, Float, Int, Long, Short or Byte ) to appropriate H2O's DataFrame
Implicit conversion from typed RDD to H2O's DataFrame
Implicit conversion from Spark DataFrame to H2O's DataFrame
Convert given H2O frame into DataFrame type
Convert given H2O frame into DataFrame type
(Since version Use asDataFrame) 1.3
Convert given H2O frame into a RDD type
Convert given H2O frame into a RDD type
(Since version 0.2.3) Use asRDD instead
Simple H2O context motivated by SQLContext.
It provides implicit conversion from RDD -> H2OLikeRDD and back.