public class OutputPerceptron extends Perceptron
Perceptron
in the OutputLayer
.
OutputPerceptron
s are created by factory methods
in Outputlayer
.
OutputPerceptron
s are not created directly.
Instead factory methods in OutputLayer
are
used to create OutputPerceptron
s within the
OutputLayer
. For example,
OutputLayer.createPerceptron()
creates a single
OutputPerceptron
.
OutputLayer
,
Serialized FormModifier and Type | Method and Description |
---|---|
double |
getValue()
Returns the value of the
OutputPerceptron
determined using the current network state and inputs. |
getActivation, getBias, setActivation, setBias
Copyright © 2020 Rogue Wave Software. All rights reserved.