Package | Description |
---|---|
org.neuroph.util.io |
Provides input/output adapters for file, JDBC, URL, stream
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
IOHelper.process(NeuralNetwork neuralNet,
InputAdapter in,
OutputAdapter out)
Feeds specified neural network with data from InputAdapter and writes
output using OutputAdapter
|
Copyright © 2019 Neuroph Project. All rights reserved.