Click or drag to resize
Accord.NET (logo)

SOMLearningLearningRadius Property

Learning radius.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double LearningRadius { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks

Determines the amount of neurons to be updated around winner neuron. Neurons, which are in the circle of specified radius, are updated during the learning procedure. Neurons, which are closer to the winner neuron, get more update.

Note Note
In the case if learning rate is set to 0, then only winner neuron's weights are updated.

Default value equals to 7.

See Also