Documentation of 'org.neuroph.nnet.comp.neuron.DelayedNeuron' Java class
DelayedNeuron
org.neuroph.nnet.comp.neuron

Class DelayedNeuron

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Direct Known Subclasses:
    CompetitiveNeuron


    public class DelayedNeuron
    extends Neuron
    Provides behaviour for neurons with delayed output.
    See Also:
    Serialized Form
    • Constructor Detail

      • DelayedNeuron

        public DelayedNeuron(InputFunction inputFunction,
                             TransferFunction transferFunction)
        Creates an instance of neuron which can delay output
        Parameters:
        inputFunction - neuron input function
        transferFunction - neuron transfer function
    • Method Detail

      • calculate

        public void calculate()
        Description copied from class: Neuron
        Calculates neuron's output
        Overrides:
        calculate in class Neuron
      • getOutput

        public double getOutput(int delay)
        Returns neuron output with the specified delay
        Parameters:
        delay - output delay
        Returns:
        neuron output at (t-delay) moment

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.