public class INDArrayDataSetIterator extends AbstractDataSetIterator<INDArray>
| Constructor and Description |
|---|
INDArrayDataSetIterator(@NonNull Iterable<org.nd4j.common.primitives.Pair<INDArray,INDArray>> iterable,
int batchSize) |
asyncSupported, batch, fillQueue, getLabels, getPreProcessor, hasNext, inputColumns, next, next, remove, reset, resetSupported, setPreProcessor, totalOutcomesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic INDArrayDataSetIterator(@NonNull
@NonNull Iterable<org.nd4j.common.primitives.Pair<INDArray,INDArray>> iterable,
int batchSize)
iterable - Iterable to source data frombatchSize - Batch size for generated DataSet objectsCopyright © 2021. All rights reserved.