Package org.neuroph.util.io
Provides input/output adapters for file, JDBC, URL, stream
See: Description
-
Interface Summary Interface Description InputAdapter Interface for reading neural network inputs from various data sources.OutputAdapter Interface for writing neural network outputs to some destination. -
Class Summary Class Description 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 OutputAdapterJDBCInputAdapter 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 Exception Description NeurophInputException This exception is thrown when error occurs when reading input using some InputAdapterNeurophOutputException 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
DMelt 3.0 © DataMelt by jWork.ORG