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

Class ComparisonSynapse

    • Constructor Detail

      • ComparisonSynapse

        public ComparisonSynapse()
    • Method Detail

      • getDesired

        public StreamInputSynapse getDesired()
        Inserire qui la descrizione del metodo. Data di creazione: (11/04/00 1.12.04)
        Returns:
        neural.engine.StreamInputSynapse
      • setDesired

        public boolean setDesired(StreamInputSynapse newDesired)
        Set the input data stream containing desired training data
        Parameters:
        newDesired - neural.engine.StreamInputSynapse
      • resetInput

        public void resetInput()
      • check

        public java.util.TreeSet check()
        Description copied from class: Synapse
        Base for check messages. Subclasses should call this method from thier own check method.
        Specified by:
        check in interface NeuralElement
        Overrides:
        check in class Synapse
        Returns:
        validation errors.
        See Also:
        InputPaternListener, OutputPaternListener
      • setMonitor

        public void setMonitor(Monitor newMonitor)
        Sets the Monitor object of the Teacher Synapse. Adds this Techer Synapse as a NeuralNetListener so that it can reset after a critical error.
        Specified by:
        setMonitor in interface NeuralElement
        Overrides:
        setMonitor in class Synapse
        Parameters:
        newMonitor - neural.engine.Monitor
      • netStoppedError

        public void netStoppedError(NeuralNetEvent e,
                                    java.lang.String error)
      • init

        public void init()
        Description copied from class: Synapse
        Synapse's initialization. It needs to be invoked at the starting of the neural network It's called within the Layer.init() method
        Specified by:
        init in interface NeuralElement
        Overrides:
        init in class Synapse

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.