Uses of Class
org.tribuo.data.columnar.ColumnarIterator
Package
Description
Provides classes for processing columnar data and generating
Example
s.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 ColumnarIterator in org.tribuo.data.columnar
Modifier and TypeMethodDescriptionprotected abstract ColumnarIterator
ColumnarDataSource.rowIterator()
The iterator that emitsColumnarIterator.Row
objects from the underlying data source. -
Uses of ColumnarIterator in org.tribuo.data.csv
-
Uses of ColumnarIterator in org.tribuo.data.sql
Modifier and TypeClassDescriptionclass
An iterator over a ResultSet returned from JDBC. -
Uses of ColumnarIterator in org.tribuo.json
Modifier and TypeClassDescriptionclass
An iterator for JSON format files converting them into a format suitable forRowProcessor
.