|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputAdapter | |
---|---|
org.neuroph.util.io | Provides input/output adapters for file, JDBC, URL, stream |
Uses of InputAdapter in org.neuroph.util.io |
---|
Classes in org.neuroph.util.io that implement InputAdapter | |
---|---|
class |
FileInputAdapter
Implementation of InputAdapter interface for reading neural network inputs from files. |
class |
InputStreamAdapter
Implementation of InputAdapter interface for reading neural network inputs from input stream. |
class |
JDBCInputAdapter
Implementation of InputAdapter interface for reading neural network inputs from database. |
class |
URLInputAdapter
Implementation of InputAdapter interface for reading neural network inputs from URL. |
Methods in org.neuroph.util.io with parameters of type InputAdapter | |
---|---|
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 |