package sparkling
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class H2OColumn(name: String, dataType: H2OColumnType.Value, min: Double, max: Double, mean: Double, sigma: Double, numberOfZeros: Long, numberOfMissingElements: Long, percentiles: Array[Double], domain: Array[String], domainCardinality: Long) extends Product with Serializable
-
class
H2OFrame extends Serializable with RestEncodingUtils
H2OFrame representation via Rest API
Value Members
- object H2OColumnType extends Enumeration
- object H2OFrame extends RestCommunication
- object SparkTimeZone
-
object
SparklingWaterDriver
A simple wrapper to allow launching H2O itself on the top of Spark.
-
object
SparklingWaterWithHiveDriver
A simple wrapper to allow launching H2O itself on the top of Spark.