org.neuroph.util.io
Class IOHelper

java.lang.Object
  extended by org.neuroph.util.io.IOHelper

public class IOHelper
extends Object

 This class is helper for feeding neural network with data using some InputAdapter
 and writing network output using OutputAdapter
 

Author:
Zoran Sevarac
See Also:
InputAdapter, OutputAdapter

Constructor Summary
IOHelper()
           
 
Method Summary
static void process(NeuralNetwork neuralNet, InputAdapter in, OutputAdapter out)
          Feeds specified neural network with data from InputAdapter and writes output using OutputAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOHelper

public IOHelper()
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 network
in - input data source
out - output data target


Copyright © 2012. All Rights Reserved.