Package | Description |
---|---|
org.tribuo.data.columnar |
Provides classes for processing columnar data and generating
Example s. |
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 | Method and Description |
---|---|
protected abstract ColumnarIterator |
ColumnarDataSource.rowIterator()
The iterator that emits
ColumnarIterator.Row objects from the
underlying data source. |
Modifier and Type | Class and Description |
---|---|
class |
CSVIterator
An iterator over a CSV file.
|
Modifier and Type | Method and Description |
---|---|
ColumnarIterator |
CSVDataSource.rowIterator() |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetIterator
An iterator over a ResultSet returned from JDBC.
|
Modifier and Type | Method and Description |
---|---|
ColumnarIterator |
SQLDataSource.rowIterator() |
Modifier and Type | Class and Description |
---|---|
class |
JsonFileIterator
An iterator for JSON format files converting them into a format suitable for
RowProcessor . |
Modifier and Type | Method and Description |
---|---|
ColumnarIterator |
JsonDataSource.rowIterator() |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.