Package | Description |
---|---|
org.neuroph.util.io |
Provides input/output adapters for file, JDBC, URL, stream
|
Modifier and Type | Class and Description |
---|---|
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.
|
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.