-
- All Implemented Interfaces:
- Serializable, Iterator<org.nd4j.linalg.dataset.DataSet>, org.nd4j.linalg.dataset.api.iterator.DataSetIterator
- Direct Known Subclasses:
- MovingWindowBaseDataSetIterator
public class BaseDatasetIterator
extends Object
implements org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Baseline implementation includes
control over the data fetcher and some basic
getters for metadata
- Author:
- Adam Gibson
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
getPreProcessor
-
-
Field Detail
-
batch
protected int batch
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<org.nd4j.linalg.dataset.DataSet>
-
remove
public void remove()
- Specified by:
remove
in interface Iterator<org.nd4j.linalg.dataset.DataSet>
-
reset
public void reset()
- Specified by:
reset
in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
-
batch
public int batch()
- Specified by:
batch
in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
-
cursor
public int cursor()
- Specified by:
cursor
in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
-
numExamples
public int numExamples()
- Specified by:
numExamples
in interface org.nd4j.linalg.dataset.api.iterator.DataSetIterator
Copyright © 2016. All Rights Reserved.