public class DoublesDataSetIterator extends AbstractDataSetIterator<double[]>
| Constructor and Description |
|---|
DoublesDataSetIterator(@NonNull Iterable<org.nd4j.common.primitives.Pair<double[],double[]>> 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 DoublesDataSetIterator(@NonNull
@NonNull Iterable<org.nd4j.common.primitives.Pair<double[],double[]>> iterable,
int batchSize)
iterable - Iterable to source data frombatchSize - Batch size for generated DataSet objectsCopyright © 2021. All rights reserved.