Tries to get existing H2O Context.
Tries to get existing H2O Context. If it has been created, returns Option containing this H2O Context, otherwise returns None
Option containing H2O Context or None
Supports call from java environments.
Get existing H2O Context or initialize Sparkling H2O and start H2O cloud with default number of workers
Get existing H2O Context or initialize Sparkling H2O and start H2O cloud with default number of workers
Spark Context
H2O Context
Transform supported type for conversion to H2OFrame
Transform typed RDD into H2O Frame
Transform SchemaRDD into H2O Frame
Transform RDD[Double] to appropriate H2OFrame
Transform RDD[Byte] to appropriate H2OFrame
Transform RDD[Double] to appropriate H2OFrame
Transform RDD[Float] to appropriate H2OFrame
Transform RDD[Int] to appropriate H2OFrame
Transform RDD[LabeledPoint] to appropriate H2OFrame
Transform RDD[Long] to appropriate H2OFrame
Transform RDD[Short] to appropriate H2OFrame
Transform RDD[String] to appropriate H2OFrame
Transform RDD[Byte] to appropriate H2OFrame
Supports call from java environments.
Supports call from java environments.
(Since version 1.5.11) Use getOrCreate(sc: JavaSparkContext) method.
Get existing H2O Context or initialize Sparkling H2O and start H2O cloud with specified number of workers
Get existing H2O Context or initialize Sparkling H2O and start H2O cloud with specified number of workers
Spark Context
H2O Context
(Since version 1.5.11) Use getOrCreate(sc: SparkContext) method.