| Modifier and Type | Class and Description |
|---|---|
class |
Configured
Base class for things that may be configured with a
Configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializationFactory
A factory for
Serializations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecordReader
Record reader
|
interface |
SequenceRecordReader
A sequence of records.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRecordReader
Manages record listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComposableRecordReader
RecordReader for each pipeline.
|
class |
FileRecordReader
File reader/writer
|
class |
LineRecordReader
Reads files line by line
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionRecordReader
Collection record reader.
|
class |
CollectionSequenceRecordReader
Collection record reader for sequences.
|
class |
ListStringRecordReader
Iterates through a list of strings return a record.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVNLinesSequenceRecordReader
A CSV Sequence record reader where:
(a) all time series are in a single file (b) each time series is of the same length (specified in constructor) (c) no delimiter is used between time series For example, with nLinesPerSequence=10, lines 0 to 9 are the first time series, 10 to 19 are the second, and so on. |
class |
CSVRecordReader
Simple csv record reader.
|
class |
CSVRegexRecordReader
A CSVRecordReader that can split each column into additional columns using regexs.
|
class |
CSVSequenceRecordReader
CSV Sequence Record Reader
This reader is intended to read sequences of data in CSV format, where
each sequence is defined in its own file (and there are multiple files)
Each line in the file represents one time step
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryRecordReader
This is a
RecordReader
primarily meant for unit tests. |
class |
InMemorySequenceRecordReader
This is a
SequenceRecordReader
primarily meant for unit tests. |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonRecordReader
RecordReader using Jackson.
Design for this record reader: - Support for JSON, XML and YAML: one record per file only, via Jackson ObjectMapper:
FieldSelection. |
| Modifier and Type | Class and Description |
|---|---|
class |
LibSvmRecordReader
Record reader for libsvm format, which is closely
related to SVMLight format.
|
class |
MatlabRecordReader
Matlab record reader
|
class |
SVMLightRecordReader
Record reader for SVMLight format, which can generally
be described as
LABEL INDEX:VALUE INDEX:VALUE ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegexLineRecordReader
RegexLineRecordReader: Read a file, one line at a time, and split it into fields using a regex.
|
class |
RegexSequenceRecordReader
RegexSequenceRecordReader: Read an entire file (as a sequence), one line at a time and
split each line into fields using a regex.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransformProcessRecordReader
This wraps a
RecordReader
with a TransformProcess and allows every Record
that is returned by the RecordReader
to have a transform process applied before being returned. |
class |
TransformProcessSequenceRecordReader
This wraps a
SequenceRecordReader with a TransformProcess
which will allow every Record returned from the SequenceRecordReader
to be transformed before being returned. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecordWriter
Record writer
|
interface |
SequenceRecordWriter
Sequence record writer
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileRecordWriter
Write to files.
|
class |
LineRecordWriter
Line record writer
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVRecordWriter
Csv record writer
|
| Modifier and Type | Class and Description |
|---|---|
class |
LibSvmRecordWriter
Record writer for libsvm format, which is closely
related to SVMLight format.
|
class |
MatlabRecordWriter
Write matlab records
|
class |
SVMLightRecordWriter
Record writer for SVMLight format, which can generally
be described as
LABEL INDEX:VALUE INDEX:VALUE ...
|
Copyright © 2017. All rights reserved.