Compute the "A" parameter for each neuron of the network
[Visual Basic]
Protected Sub ComputeA( _
ByVal i As Integer _
)
[C#]
protected void ComputeA(
int i
);
Parameters
i
the index of the curent training data
See Also
BackPropagationLearningAlgorithm Class | BackPropagationLearningAlgorithm Members | NeuralNetwork Namespace