Package | Description |
---|---|
org.tribuo.data.csv |
Provides classes which can load columnar data (using a
RowProcessor )
from a CSV (or other character delimited format) file. |
org.tribuo.data.sql |
Provides classes which can load columnar data (using a
RowProcessor )
from a SQL source. |
org.tribuo.json |
Provides interop with JSON formatted data, along with tools for interacting with JSON provenance objects.
|
Modifier and Type | Class and Description |
---|---|
class |
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. |
Modifier and Type | Class and Description |
---|---|
class |
SQLDataSource<T extends Output<T>>
A
DataSource for loading columnar data from a database
and applying FieldProcessor s to it. |
Modifier and Type | Class and Description |
---|---|
class |
JsonDataSource<T extends Output<T>>
A
DataSource for loading data from a JSON text file
and applying FieldProcessor s to it. |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.