- All Implemented Interfaces:
- Iterable<List<Writable>>, Collection<List<Writable>>, List<List<Writable>>
public class NDArrayRecordBatch
extends AbstractWritableRecordBatch
A List<List<Writable>>
record batch, backed by a List<INDArray>
Each INDArray in the underlying list is assumed to represent a minibatch of examples, with dimension 0 indexing
the example.
On calls to methods like .get(int) the appropriate view is extracted from the underlying arrays and returned
as an NDArrayWritable
- Author:
- Alex Black