RowProcessor
)
from a CSV (or other character delimited format) file.See: Description
Class | Description |
---|---|
CSVDataSource<T extends Output<T>> |
A
DataSource for loading separable data from a text file (e.g., CSV, TSV)
and applying FieldProcessor s to it. |
CSVDataSource.CSVDataSourceProvenance |
Provenance for
CSVDataSource . |
CSVIterator |
An iterator over a CSV file.
|
CSVLoader<T extends Output<T>> |
Load a DataSource/Dataset from a CSV file.
|
CSVLoader.CSVLoaderProvenance |
Provenance for CSVs loaded by
CSVLoader . |
CSVSaver |
Saves a Dataset in CSV format suitable for loading by
CSVLoader . |
RowProcessor
)
from a CSV (or other character delimited format) file.
CSVDataSource
is the main way of loading CSV format data into Tribuo.
It provides full control over featurisation, output processing and metadata extraction.
CSVLoader
is for simple numerical CSV files where all the
non-response columns should be treated as features. CSVSaver
writes
out a Tribuo Dataset
in CSV format suitable for loading via
CSVLoader
or some external tool
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.