org.neuroph.util.io
Class IOHelper
- java.lang.Object
-
- org.neuroph.util.io.IOHelper
-
public class IOHelper extends java.lang.ObjectThis class is helper for feeding neural network with data using some InputAdapter and writing network output using OutputAdapter
- See Also:
InputAdapter,OutputAdapter
-
-
Constructor Summary
Constructors Constructor and Description IOHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidprocess(NeuralNetwork neuralNet, InputAdapter in, OutputAdapter out)Feeds specified neural network with data from InputAdapter and writes output using OutputAdapter
-
-
-
Method Detail
-
process
public static void process(NeuralNetwork neuralNet, InputAdapter in, OutputAdapter out)
Feeds specified neural network with data from InputAdapter and writes output using OutputAdapter- Parameters:
neuralNet- neural networkin- input data sourceout- output data target
-
-
DMelt 3.0 © DataMelt by jWork.ORG