h2o (version 3.2.0.3)

H2ORawData-class: The H2ORawData class.

Description

This class represents data in a post-import format.

Usage

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

Arguments

object
a H2ORawData object.

Details

Data ingestion is a two-step process in H2O. First, a given path to a data source is _imported_ for validation by the user. The user may continue onto _parsing_ all of the data into memory, or the user may choose to back out and make corrections. Imported data is in a staging area such that H2O is aware of the data, but the data is not yet in memory.

The H2ORawData is a representation of the imported, not yet parsed, data.