| Class | Description |
|---|---|
| FilesAsBytesFunction |
A PairFunction that simply loads bytes[] from a a PortableDataStream, and wraps it (and the String key)
in Text and BytesWritable respectively.
|
| RecordReaderBytesFunction |
RecordReaderBytesFunction: Converts binary data (in the form of a BytesWritable) to DataVec format data
(
Collection<Writable>) using a RecordReader |
| SequenceRecordReaderBytesFunction |
SequenceRecordReaderBytesFunction: Converts binary data (in the form of a BytesWritable) to DataVec format data
(
List<List<<Writable>>) using a SequenceRecordReader |