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