Package

water

support

Permalink

package support

Support classes used to help with various H2O and Spark operations such as

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

Type Members

  1. trait DeepLearningSupport extends AnyRef

    Permalink

    Support class to create and train Deep Learning Model

  2. trait GBMSupport extends AnyRef

    Permalink

    Support class to create and train GBM

  3. trait H2OFrameSupport extends JoinSupport

    Permalink

    Support class to ease work with H2O Frames

  4. trait JoinSupport extends AnyRef

    Permalink

    Trait which contains methods for specific H2O join and merge operation.

  5. trait ModelMetricsSupport extends AnyRef

    Permalink

    Trait to access different model metrics provided by H2O model.

  6. trait ModelSerializationSupport extends AnyRef

    Permalink

    Helper trait containing methods to export and import models from and to Sparkling Water

  7. trait ParseSupport extends AnyRef

    Permalink

    Simple support for parsing data.

  8. trait SparkContextSupport extends AnyRef

    Permalink

    Useful methods to configure Spark context

  9. trait SparkSessionSupport extends AnyRef

    Permalink

    Simplify usage of SparkSession from application code.

    Simplify usage of SparkSession from application code.

    Can be mixed only together with SparkContextSupport

  10. trait SparklingWaterApp extends AnyRef

    Permalink

    A simple application trait to define Sparkling Water applications.

Inherited from AnyRef

Inherited from Any

Ungrouped