Package org.neuroph.util.io

Provides input/output adapters for file, JDBC, URL, stream

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.
 

Package org.neuroph.util.io Description

Provides input/output adapters for file, JDBC, URL, stream



Copyright © 2012. All Rights Reserved.