Uses of Class
org.tribuo.data.columnar.ColumnarDataSource
Package
Description
Provides classes which can load columnar data (using a
RowProcessor
)
from a CSV (or other character delimited format) file.Provides classes which can load columnar data (using a
RowProcessor
)
from a SQL source.Provides interop with JSON formatted data, along with tools for interacting with JSON provenance objects.
-
Uses of ColumnarDataSource in org.tribuo.data.csv
Modifier and TypeClassDescriptionclass
CSVDataSource<T extends Output<T>>
ADataSource
for loading separable data from a text file (e.g., CSV, TSV) and applyingFieldProcessor
s to it. -
Uses of ColumnarDataSource in org.tribuo.data.sql
Modifier and TypeClassDescriptionclass
SQLDataSource<T extends Output<T>>
ADataSource
for loading columnar data from a database and applyingFieldProcessor
s to it. -
Uses of ColumnarDataSource in org.tribuo.json
Modifier and TypeClassDescriptionclass
JsonDataSource<T extends Output<T>>
ADataSource
for loading data from a JSON text file and applyingFieldProcessor
s to it.