| ANN_MLPRpropDWMinus Property |
Decrease factor eta^-.
It must be \>1. Default value is 0.5.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double RpropDWMinus { get; set; }
Public Property RpropDWMinus As Double
Get
Set
public:
property double RpropDWMinus {
double get ();
void set (double value);
}
member RpropDWMinus : float with get, set
Property Value
Type:
DoubleSee Also