get or set the gamma parameter of the algorithm (Rumelhart coef) between 0 and 1.
[Visual Basic]
Public Property Gamma As Single
[C#]
public float Gamma {get; set;}
See Also
BackPropagationLearningAlgorithm Class | BackPropagationLearningAlgorithm Members | NeuralNetwork Namespace