Modifier and Type | Class and Description |
---|---|
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 |
JacksonLineSequenceRecordReader
The sequence record reader version of
JacksonLineRecordReader . |
Modifier and Type | Class and Description |
---|---|
class |
MatlabRecordReader
Matlab record reader
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCodecRecordReader
Codec record reader for parsing videos
|
class |
CodecRecordReader
Codec record reader for parsing:
H.264 ( AVC ) Main profile decoder MP3 decoder/encoder
Apple ProRes decoder and encoder AAC encoder
H264 Baseline profile encoder
Matroska ( MKV ) demuxer and muxer
MP4 ( ISO BMF, QuickTime ) demuxer/muxer and tools
MPEG 1/2 decoder ( supports interlace )
MPEG PS/TS demuxer
Java player applet
VP8 encoder
MXF demuxer
Credit to jcodec for the underlying parser
|
class |
NativeCodecRecordReader
An implementation of the CodecRecordReader that uses JavaCV and FFmpeg.
|
Modifier and Type | Class and Description |
---|---|
class |
TfidfRecordReader
TFIDF record reader (wraps a tfidf vectorizer
for delivering labels and conforming to the record reader interface)
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelRecordReader
Excel record reader for loading rows of an excel spreadsheet
from multiple spreadsheets very similar to the
CSVRecordReader
Of note when you have multiple sheets, you must have the same number of
lines skipped at the top. |
Copyright © 2020. All rights reserved.