Learn R Programming

h2o (version 3.8.1.3)

H2OModel-class: The H2OModel object.

Description

This virtual class represents a model built by H2O.

Usage

## S3 method for class 'H2OModel':
show(object)

Arguments

object
an H2OModel object.

Details

This object has slots for the key, which is a character string that points to the model key existing in the H2O cloud, the data used to build the model (an object of class H2OFrame).