| Package | Description |
|---|---|
| org.datavec.api.writable.batch |
| Modifier and Type | Class and Description |
|---|---|
class |
NDArrayRecordBatch
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. |
| Constructor and Description |
|---|
RecordBatchListIterator(AbstractWritableRecordBatch underlying) |
Copyright © 2019. All rights reserved.