| 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: 1.0.0
Syntax public 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
Property Value
Type:
DoubleSee Also