| Package | Description |
|---|---|
| org.datavec.api.records.reader.impl.collection | |
| org.datavec.api.records.reader.impl.csv | |
| org.datavec.api.records.reader.impl.regex |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionSequenceRecordReader
Collection record reader for sequences.
|
| 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 |
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 |
RegexSequenceRecordReader
RegexSequenceRecordReader: Read an entire file (as a sequence), one line at a time and
split each line into fields using a regex.
|
Copyright © 2017. All rights reserved.