|
Neural Network Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents the calculation of the error in Neuron output, either relative
to an actual value, or based on error in the outputs of Neurons to which the Neuron feeds.
| Method Summary | |
double |
calculateError(double calculatedValue,
double actualValue)
Calculate the error in Neuron output relative to an actual value (useful
for neurons in an output layer). |
double |
calculateError(double calculatedValue,
java.util.List outputConnections)
Calculate the error in Neuron output based on errors observed in the outputs
of Neurons which rely on the output of this Neuron. |
| Method Detail |
public double calculateError(double calculatedValue,
double actualValue)
Neuron output relative to an actual value (useful
for neurons in an output layer).
calculatedValue - the calculated output of the NeuronactualValue - the expected output of the Neuron
public double calculateError(double calculatedValue,
java.util.List outputConnections)
Neuron output based on errors observed in the outputs
of Neurons which rely on the output of this Neuron.
calculatedValue - the calculated output of the NeuronoutputConnections - a List of WeightedConnections to
Neurons which receive the output of this Neuron
|
PracticalStudies.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||