ANN_MLPRpropDWMin Property
|
Update-values lower limit Delta_{min}.
It must be positive. Default value is FLT_EPSILON.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double RpropDWMin { get; set; }
Public Property RpropDWMin As Double
Get
Set
public:
property double RpropDWMin {
double get ();
void set (double value);
}
member RpropDWMin : float with get, set
function get_RpropDWMin();
function set_RpropDWMin(value);
Property Value
Type:
Double
See Also