Documentation of 'org.neuroph.nnet.comp.DelayedConnection' Java class
DelayedConnection
org.neuroph.nnet.comp

Class DelayedConnection

  • All Implemented Interfaces:
    java.io.Serializable


    public class DelayedConnection
    extends Connection
    Represents the connection between neurons which can delay signal.
    See Also:
    Serialized Form
    • Constructor Detail

      • DelayedConnection

        public DelayedConnection(Neuron fromNeuron,
                                 Neuron toNeuron,
                                 double weightVal,
                                 int delay)
        Creates an instance of delayed connection to cpecified neuron and with specified weight
        Parameters:
        fromNeuron - neuron to connect (source neuron)
        toNeuron - neuron to connect to (destination neuron)
        weightVal - weight value for the connection
        delay - delay for the connection
    • Method Detail

      • getDelay

        public int getDelay()
        Returns delay value for this connection
        Returns:
        delay value for this connection
      • setDelay

        public void setDelay(int delay)
        Sets delay value for this connection
        Parameters:
        delay - value for this connection
      • getInput

        public double getInput()
        Gets delayed input through this connection
        Overrides:
        getInput in class Connection
        Returns:
        delayed output from connected neuron

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.