Uses of Class
org.tribuo.data.columnar.ColumnarIterator.Row
Packages that use ColumnarIterator.Row
Package
Description
Provides classes for processing columnar data and generating
Examples.Provides implementations of
FieldExtractor.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 ColumnarIterator.Row in org.tribuo.data.columnar
Fields in org.tribuo.data.columnar with type parameters of type ColumnarIterator.RowModifier and TypeFieldDescriptionprotected Optional<ColumnarIterator.Row>ColumnarIterator.currentRowThe current row.Methods in org.tribuo.data.columnar that return ColumnarIterator.RowMethods in org.tribuo.data.columnar that return types with arguments of type ColumnarIterator.RowModifier and TypeMethodDescriptionprotected abstract Optional<ColumnarIterator.Row>ColumnarIterator.getRow()Returns the next row of data based on internal state stored by the implementor, orOptional.empty()if there is no more data.Methods in org.tribuo.data.columnar with parameters of type ColumnarIterator.RowModifier and TypeMethodDescriptionFieldExtractor.extract(ColumnarIterator.Row row) Returns Optional which is filled if extraction succeeded.RowProcessor.generateExample(ColumnarIterator.Row row, boolean outputRequired) Generate anExamplefrom the supplied row.RowProcessor.generateMetadata(ColumnarIterator.Row row) Generates the example metadata from the supplied row and index.Method parameters in org.tribuo.data.columnar with type arguments of type ColumnarIterator.RowModifier and TypeMethodDescriptionvoidColumnarIterator.forEachRemaining(Consumer<? super ColumnarIterator.Row> action) booleanColumnarIterator.tryAdvance(Consumer<? super ColumnarIterator.Row> action) -
Uses of ColumnarIterator.Row in org.tribuo.data.columnar.extractors
Methods in org.tribuo.data.columnar.extractors with parameters of type ColumnarIterator.RowModifier and TypeMethodDescriptionIndexExtractor.extract(ColumnarIterator.Row row) SimpleFieldExtractor.extract(ColumnarIterator.Row row) -
Uses of ColumnarIterator.Row in org.tribuo.data.csv
Methods in org.tribuo.data.csv that return types with arguments of type ColumnarIterator.Row -
Uses of ColumnarIterator.Row in org.tribuo.data.sql
Methods in org.tribuo.data.sql that return types with arguments of type ColumnarIterator.RowModifier and TypeMethodDescriptionprotected Optional<ColumnarIterator.Row>ResultSetIterator.getRow()