Documentation of 'org.joone.engine.learning.ComparingSynapse' Java class
ComparingSynapse
org.joone.engine.learning

Class ComparingSynapse

    • Constructor Detail

      • ComparingSynapse

        public ComparingSynapse()
    • Method Detail

      • getMonitor

        public Monitor getMonitor()
        Insert the method's description here. Creation date: (03/08/2000 22.54.48)
        Specified by:
        getMonitor in interface NeuralElement
        Returns:
        neural.engine.Monitor
      • getTheLinearLayer

        public LinearLayer getTheLinearLayer()
        Description copied from interface: ComparingElement
        Returns the internal Layer used to transport the result to the connected output synapse
        Specified by:
        getTheLinearLayer in interface ComparingElement
        Returns:
        neural.engine.LinearLayer changed to public for Save As XML
      • getTheComparisonSynapse

        public ComparisonSynapse getTheComparisonSynapse()
        Returns:
        neural.engine.TeacherSynapse changed to public for Save As XML
      • setMonitor

        public void setMonitor(Monitor newMonitor)
        Data di creazione: (06/04/00 23.33.24)
        Specified by:
        setMonitor in interface NeuralElement
        Parameters:
        newMonitor - neural.engine.Monitor
      • stop

        public void stop()
      • getName

        public java.lang.String getName()
        Description copied from interface: NeuralElement
        Returns the name of the output synapse
        Specified by:
        getName in interface NeuralElement
        Returns:
        String
      • setName

        public void setName(java.lang.String newName)
        Description copied from interface: NeuralElement
        Sets the name of the output synapse
        Specified by:
        setName in interface NeuralElement
        Parameters:
        newName - String
      • setTheComparisonSynapse

        public void setTheComparisonSynapse(ComparisonSynapse theComparisonSynapse)
        Needed for Save as XML
      • setTheLinearLayer

        public void setTheLinearLayer(LinearLayer newTheLinearLayer)
        Needed for Save as XML
      • resetInput

        public void resetInput()
        Description copied from interface: ComparingElement
        Resets the internal buffer of the desired StreamInputSynapse
        Specified by:
        resetInput in interface ComparingElement
      • check

        public java.util.TreeSet check()
        Description copied from interface: NeuralElement
        Validation checks for invalid parameter values, misconfiguration, etc. All network components should include a check method that firstly calls its ancestor check method and adds these to any check messages it produces. This allows check messages to be collected from all levels of a component to be returned to the caller's check method. Using a TreeSet ensures that duplicate messages are removed. Check messages should be produced using the generateValidationErrorMessage method of the NetChecker class.
        Specified by:
        check in interface NeuralElement
        Returns:
        validation errors.
      • isEnabled

        public boolean isEnabled()
        Getter for property enabled.
        Specified by:
        isEnabled in interface NeuralElement
        Returns:
        Value of property enabled.
      • setEnabled

        public void setEnabled(boolean enabled)
        Setter for property enabled.
        Specified by:
        setEnabled in interface NeuralElement
        Parameters:
        enabled - New value of property enabled.
      • isOutputFull

        public boolean isOutputFull()
        Getter for property outputFull.
        Specified by:
        isOutputFull in interface OutputPatternListener
        Returns:
        Value of property outputFull.
      • setOutputFull

        public void setOutputFull(boolean outputFull)
        Setter for property outputFull.
        Specified by:
        setOutputFull in interface OutputPatternListener
        Parameters:
        outputFull - New value of property outputFull.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.