|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| InputAdapter | Interface for reading neural network inputs from various data sources. |
| OutputAdapter | Interface for writing neural network outputs to some destination. |
| Class Summary | |
|---|---|
| FileInputAdapter | Implementation of InputAdapter interface for reading neural network inputs from files. |
| FileOutputAdapter | Implementation of OutputAdapter interface for writing neural network outputs to files. |
| InputStreamAdapter | Implementation of InputAdapter interface for reading neural network inputs from input stream. |
| IOHelper | This class is helper for feeding neural network with data using some InputAdapter and writing network output using OutputAdapter |
| JDBCInputAdapter | Implementation of InputAdapter interface for reading neural network inputs from database. |
| JDBCOutputAdapter | Implementation of OutputAdapter interface for writing neural network outputs to database. |
| OutputStreamAdapter | Implementation of OutputAdapter interface for writing neural network outputs to output stream. |
| URLInputAdapter | Implementation of InputAdapter interface for reading neural network inputs from URL. |
| URLOutputAdapter | Implementation of OutputAdapter interface for writing neural network outputs to URL. |
| Exception Summary | |
|---|---|
| NeurophInputException | This exception is thrown when error occurs when reading input using some InputAdapter |
| NeurophOutputException | This exception is thrown when some error occurs when writing neural network output using some output adapter. |
Provides input/output adapters for file, JDBC, URL, stream
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||