Packages

o

ai.h2o.sparkling.backend.converters

SupportedRDDConverter

object SupportedRDDConverter

This converter just wraps the existing RDD converters and hides the internal RDD converters

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SupportedRDDConverter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def toH2OFrame(hc: H2OContext, rdd: SupportedRDD, frameKeyName: Option[String]): H2OFrame

    Transform supported type for conversion to a key string of H2OFrame

  2. def toRDD[A <: Product](hc: H2OContext, fr: H2OFrame)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): RDD[A]

    Transform H2OFrame to RDD