Set new neron's weights

[Visual Basic]
Protected Sub setWeight( _
   ByVal i As Integer _
)
[C#]
protected void setWeight(
   int i
);

Parameters

i

the index of the curent training data

See Also

BackPropagationLearningAlgorithm Class | BackPropagationLearningAlgorithm Members | NeuralNetwork Namespace