|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NeuralNetworkDataIterator
TODO: Complete the javadoc.
Method Summary | |
---|---|
int |
currentPos()
|
NeuralNetworkDataIterator |
getClone()
Create a cloned copy of the current object and return it. |
boolean |
hasMore()
|
void |
next()
|
void |
reset()
|
int |
size()
|
NNPattern |
value()
|
Method Detail |
---|
void next()
boolean hasMore()
void reset()
NNPattern value()
int size()
int currentPos()
NeuralNetworkDataIterator getClone()
Cloneable
getClone
in interface Cloneable
Object.clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |