Set the interval in which weights and threshold will be randomized
[Visual Basic]
Public Sub setRandomizationInterval( _
ByVal min As Single, _
ByVal max As Single _
)
[C#]
public void setRandomizationInterval(
float min,
float max
);
Parameters
min
max
See Also
NeuralNetwork Class | NeuralNetwork Members | NeuralNetwork Namespace