Documentation of 'org.joone.io.InputSynapse' Java class
InputSynapse
org.joone.io

Interface InputSynapse

    • Method Detail

      • getDecimalPoint

        char getDecimalPoint()
      • getFirstRow

        int getFirstRow()
      • getLastRow

        int getLastRow()
      • gotoFirstLine

        void gotoFirstLine()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • gotoLine

        void gotoLine(int numLine)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • isBuffered

        boolean isBuffered()
      • isEOF

        boolean isEOF()
      • readAll

        void readAll()
      • setBuffered

        void setBuffered(boolean newBuffered)
      • setDecimalPoint

        void setDecimalPoint(char dp)
      • setFirstRow

        void setFirstRow(int newFirstRow)
      • setLastRow

        void setLastRow(int newLastRow)
      • setFirstCol

        void setFirstCol(int numcol)
                  throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException
      • setLastCol

        void setLastCol(int numcol)
                 throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException
      • getFirstCol

        int getFirstCol()
      • getLastCol

        int getLastCol()
      • resetInput

        void resetInput()
      • isStepCounter

        boolean isStepCounter()
        Returns true if this input layer is an active counter of the steps. Warning: in a neural net there can be only one StepCounter element! (10/04/00 23.23.26)
        Returns:
        boolean
      • setStepCounter

        void setStepCounter(boolean newStepCounter)
        Set to true if this input layer is an active counter of the steps. Warning: in a neural net there can be only one StepCounter element! (10/04/00 23.23.26)
        Parameters:
        newStepCounter - boolean

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.