org.apache.spark.h2o.converters
Converts the RDD to H2O Frame using specified conversion function
Converts the RDD to H2O Frame using specified conversion function
type of RDD to convert
H2O context
rdd to convert
key of the resulting frame
names of the columns in the H2O Frame
types of the vectors in the H2O Frame
conversion function - the function takes parameters needed extra by specific transformations and returns function which does the general transformation
H2O Frame
Gets frame for specified key or none if that frame does not exist
Gets frame for specified key or none if that frame does not exist
key of the requested frame
option containing frame or none
Create a Spark DataFrame from given H2O frame.
Create a Spark DataFrame from given H2O frame.
type of H2O frame
an instance of H2O context
an instance of H2O frame
copy H2O metadata into Spark DataFrame
running sqlContext
a new DataFrame definition using given H2OFrame as data source
Transform Spark's DataFrame into H2O Frame