Documentation of 'org.neuroph.util.io.IOHelper' Java class
IOHelper
org.neuroph.util.io

Class IOHelper



  • public class IOHelper
    extends java.lang.Object
     This 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 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

        equals, 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.