Uses of Class
org.tribuo.data.columnar.ColumnarDataSource
Packages that use 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.-
Uses of ColumnarDataSource in org.tribuo.data.csv
Subclasses of ColumnarDataSource in org.tribuo.data.csvModifier and TypeClassDescriptionclassCSVDataSource<T extends Output<T>>ADataSourcefor loading separable data from a text file (e.g., CSV, TSV) and applyingFieldProcessors to it. -
Uses of ColumnarDataSource in org.tribuo.data.sql
Subclasses of ColumnarDataSource in org.tribuo.data.sqlModifier and TypeClassDescriptionclassSQLDataSource<T extends Output<T>>ADataSourcefor loading columnar data from a database and applyingFieldProcessors to it.