Class OutputPerceptron

All Implemented Interfaces:
Serializable

public class OutputPerceptron extends Perceptron
A Perceptron in the OutputLayer. OutputPerceptrons are created by factory methods in Outputlayer.

OutputPerceptrons are not created directly. Instead factory methods in OutputLayer are used to create OutputPerceptrons within the OutputLayer. For example, OutputLayer.createPerceptron() creates a single OutputPerceptron.

See Also:
  • Method Details

    • getValue

      public double getValue()
      Returns the value of the OutputPerceptron determined using the current network state and inputs.
      Returns:
      A double value of the OutputPerceptron determined using the current network state and inputs.