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

Interface InputAdapter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void close()
      Close data source after reading is finnished.
      double[] readInput()
      Reads input from data source and returns input for neural network as array of doubles.
    • Method Detail

      • readInput

        double[] readInput()
        Reads input from data source and returns input for neural network as array of doubles.
        Returns:
        neural network input as array of doubles
      • close

        void close()
        Close data source after reading is finnished. Free resources and perform cleanup.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.