|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputAdapter
Interface for reading neural network inputs from various data sources. Provides methods to read from and close data source.
Method Summary | |
---|---|
void |
close()
Close data source after reading is finnished. |
double[] |
readInput()
Reads input from data source and returns input for neural network as array of doubles. |
Method Detail |
---|
double[] readInput()
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |