Package org.tribuo.data.csv
package org.tribuo.data.csv
Provides classes which can load columnar data (using a
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
-
ClassesClassDescriptionCSVDataSource<T extends Output<T>>A
DataSourcefor loading separable data from a text file (e.g., CSV, TSV) and applyingFieldProcessors to it.Provenance forCSVDataSource.An iterator over a CSV file.Load a DataSource/Dataset from a CSV file.Provenance for CSVs loaded byCSVLoader.Saves a Dataset in CSV format suitable for loading byCSVLoader.