|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputAdapter | |
---|---|
org.neuroph.util.io | Provides input/output adapters for file, JDBC, URL, stream |
Uses of OutputAdapter in org.neuroph.util.io |
---|
Classes in org.neuroph.util.io that implement OutputAdapter | |
---|---|
class |
FileOutputAdapter
Implementation of OutputAdapter interface for writing neural network outputs to files. |
class |
JDBCOutputAdapter
Implementation of OutputAdapter interface for writing neural network outputs to database. |
class |
OutputStreamAdapter
Implementation of OutputAdapter interface for writing neural network outputs to output stream. |
class |
URLOutputAdapter
Implementation of OutputAdapter interface for writing neural network outputs to URL. |
Methods in org.neuroph.util.io with parameters of type OutputAdapter | |
---|---|
static void |
IOHelper.process(NeuralNetwork neuralNet,
InputAdapter in,
OutputAdapter out)
Feeds specified neural network with data from InputAdapter and writes output using OutputAdapter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |