CvANN_MLP_TrainParamsRpDwMax Property OpenCvSharp Class Library
(RPROP only): The maximum value of the weight delta. It must be >1, the default value is 50. The parameter can only be changed explicitly by modifying the structure member.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public double RpDwMax { get; set; }

Property Value

Type: Double
See Also

Reference