public class OutputPerceptron extends Perceptron
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.
OutputLayer,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Returns the value of the
OutputPerceptron
determined using the current network state and inputs. |
getActivation, getBias, setActivation, setBiasCopyright © 1970-2015 Rogue Wave Software
Built March 24 2015.