(Backpropagation only): The coefficient to multiply the difference between weights on the 2 previous iterations.
This parameter provides some inertia to smooth the random fluctuations of the weights. It can vary from 0 (the feature is disabled) to 1 and beyond.
The value 0.1 or so is good enough. The parameter can be set via param2 of the constructor.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Property Value
Type: DoubleSee Also