- java.lang.Object
-
- org.deeplearning4j.models.embeddings.inmemory.InMemoryLookupTable.WeightIterator
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected int |
currIndex |
-
Constructor Summary
Constructors
| Modifier |
Constructor and Description |
protected |
WeightIterator() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
currIndex
protected int currIndex
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<org.nd4j.linalg.api.ndarray.INDArray>
-
remove
public void remove()
- Specified by:
remove in interface Iterator<org.nd4j.linalg.api.ndarray.INDArray>
Copyright © 2017. All rights reserved.