Skip navigation links

Package org.tribuo.data.csv

Provides classes which can load columnar data (using a RowProcessor) from a CSV (or other character delimited format) file.

See: Description

Package org.tribuo.data.csv Description

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

Skip navigation links

Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.