See: Description
Interface | Description |
---|---|
InputAdapter |
Interface for reading neural network inputs from various data sources.
|
OutputAdapter |
Interface for writing neural network outputs to some destination.
|
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 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 | Description |
---|---|
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.
|
Copyright © 2019 Neuroph Project. All rights reserved.