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

Class BiasNeuron

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


    public class BiasNeuron
    extends Neuron
    Neuron with constant high output (1), used as bias
    See Also:
    Neuron, Serialized Form
    • Constructor Detail

      • BiasNeuron

        public BiasNeuron()
        Creates an instance of BiasedNeuron.
    • Method Detail

      • calculate

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

        public void addInputConnection(Connection connection)
        Description copied from class: Neuron
        Adds the specified input connection
        Overrides:
        addInputConnection in class Neuron
        Parameters:
        connection - input connection to add
      • addInputConnection

        public void addInputConnection(Neuron fromNeuron,
                                       double weightVal)
        Description copied from class: Neuron
        Adds input connection with the given weight, from given neuron
        Overrides:
        addInputConnection in class Neuron
        Parameters:
        fromNeuron - neuron to connect from
        weightVal - connection weight value
      • addInputConnection

        public void addInputConnection(Neuron fromNeuron)
        Description copied from class: Neuron
        Adds input connection from specified neuron.
        Overrides:
        addInputConnection in class Neuron
        Parameters:
        fromNeuron - neuron to connect from

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.