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

Class InputNeuron

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class InputNeuron
    extends Neuron
    Provides input neuron behaviour - neuron with input extranaly set, which just transfer that input to output without change. Its purporse is to distribute its input to all neurons it is connected to. It has no input connections
    See Also:
    Serialized Form
    • Constructor Detail

      • InputNeuron

        public InputNeuron()
        Creates a new instance of InputNeuron with linear transfer function
    • Method Detail

      • getOutput

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

        public void calculate()
        Calculate method of this type of neuron does nothing
        Overrides:
        calculate in class Neuron

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.