| Interface | Description |
|---|---|
| ParseReader |
Manage bulk streaming input data to the parser.
|
| ParseWriter |
Interface for writing results of parsing, accumulating numbers and
strings or handling invalid lines & parse errors.
|
| Class | Description |
|---|---|
| BufferedString |
A mutable wrapper to hold String as a byte array.
|
| Categorical |
Class for tracking categorical (factor) columns.
|
| DefaultParserProviders |
Default parsers provided by H2O.
|
| DefaultParserProviders.ArffParserProvider | |
| DefaultParserProviders.CsvParserProvider | |
| DefaultParserProviders.GuessParserProvider | |
| DefaultParserProviders.SVMLightParserProvider | |
| DefaultParserProviders.XlsParserProvider | |
| FVecParseReader |
Parser data in taking data from fluid vec chunk.
|
| FVecParseWriter |
Parsed data output specialized for fluid vecs.
|
| PackedDomains |
Recreated "packed domains" functionality, with tests
Created by vpatryshev on 4/12/17.
|
| ParseDataset | |
| ParseDataset.ParserFJTask | |
| Parser |
A collection of utility classes for parsing.
|
| ParserInfo |
A lightweight handle with basic information about parser.
|
| ParserProvider |
Generic Parser provider.
|
| ParserService |
Service to manage optional implementation of parsers.
|
| ParseSetup |
A generic configuration and base guesser for a parser.
|
| ParseSetup.GuessSetupTsk |
Try to determine the ParseSetup on a file by file basis
and merge results.
|
| ParseTime | |
| ParseUUID |
Utility class for parsing UUIDs.
|
| ParseWriter.ParseErr | |
| PreviewParseWriter |
Class implementing ParseWriter, on behalf ParseSetup
to examine the contents of a file for guess the column types.
|
| SVMLightFVecParseWriter |
| Exception | Description |
|---|---|
| ParseDataset.H2OParseException |