CvANN_MLP_TrainParamsRpDwMin Property OpenCvSharp Class Library
(RPROP only): The minimum value of the weight delta. It must be >0, the default value is FLT_EPSILON. 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

public double RpDwMin { get; set; }

Property Value

Type: Double
See Also

Reference