CvANN_MLP_TrainParamsBpDwScale Property OpenCvSharp Class Library
(Backpropagation only): The coefficient to multiply the computed weight gradient by. The recommended value is about 0.1. The parameter can be set via param1 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 BpDwScale { get; set; }

Property Value

Type: Double
See Also

Reference