public abstract class BaseDataSetIterator<T>
extends java.lang.Object
implements org.nd4j.linalg.dataset.api.iterator.DataSetIterator
| Modifier and Type | Field and Description |
|---|---|
protected int |
batch |
protected int |
cursor |
protected java.util.Collection<T> |
dataSetStreams |
protected int |
inputColumns |
protected java.util.Iterator<T> |
iter |
protected org.nd4j.linalg.dataset.DataSet |
preloadedDataSet |
protected org.nd4j.linalg.dataset.api.DataSetPreProcessor |
preprocessor |
protected int |
totalOutcomes |
| Constructor and Description |
|---|
BaseDataSetIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
asyncSupported() |
int |
batch() |
int |
cursor() |
java.util.List<java.lang.String> |
getLabels() |
org.nd4j.linalg.dataset.api.DataSetPreProcessor |
getPreProcessor() |
boolean |
hasNext() |
int |
inputColumns() |
protected abstract org.nd4j.linalg.dataset.DataSet |
load(T ds) |
org.nd4j.linalg.dataset.DataSet |
next(int num) |
int |
numExamples() |
void |
remove() |
void |
reset() |
boolean |
resetSupported() |
void |
setPreProcessor(org.nd4j.linalg.dataset.api.DataSetPreProcessor preProcessor) |
abstract int |
totalExamples() |
int |
totalOutcomes() |
protected java.util.Collection<T> dataSetStreams
protected org.nd4j.linalg.dataset.api.DataSetPreProcessor preprocessor
protected java.util.Iterator<T> iter
protected int totalOutcomes
protected int inputColumns
protected int batch
protected org.nd4j.linalg.dataset.DataSet preloadedDataSet
protected int cursor
public org.nd4j.linalg.dataset.DataSet next(int num)
next in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic abstract int totalExamples()
totalExamples in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic int inputColumns()
inputColumns in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic int totalOutcomes()
totalOutcomes in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic boolean resetSupported()
resetSupported in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic boolean asyncSupported()
asyncSupported in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic void reset()
reset in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic int batch()
batch in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic int cursor()
cursor in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic int numExamples()
numExamples in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic void setPreProcessor(org.nd4j.linalg.dataset.api.DataSetPreProcessor preProcessor)
setPreProcessor in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic org.nd4j.linalg.dataset.api.DataSetPreProcessor getPreProcessor()
getPreProcessor in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic java.util.List<java.lang.String> getLabels()
getLabels in interface org.nd4j.linalg.dataset.api.iterator.DataSetIteratorpublic boolean hasNext()
hasNext in interface java.util.Iterator<org.nd4j.linalg.dataset.DataSet>public void remove()
remove in interface java.util.Iterator<org.nd4j.linalg.dataset.DataSet>protected abstract org.nd4j.linalg.dataset.DataSet load(T ds)