protected class InMemoryLookupTable.WeightIterator
extends java.lang.Object
implements java.util.Iterator<org.nd4j.linalg.api.ndarray.INDArray>
Modifier and Type | Field and Description |
---|---|
protected int |
currIndex |
Modifier | Constructor and Description |
---|---|
protected |
WeightIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
org.nd4j.linalg.api.ndarray.INDArray |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<org.nd4j.linalg.api.ndarray.INDArray>
public org.nd4j.linalg.api.ndarray.INDArray next()
next
in interface java.util.Iterator<org.nd4j.linalg.api.ndarray.INDArray>
public void remove()
remove
in interface java.util.Iterator<org.nd4j.linalg.api.ndarray.INDArray>