ANN_MLPBackpropWeightScale Property |
http://www.emgu.com
BPROP: Strength of the weight gradient term
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic double BackpropWeightScale { get; set; }
Public Property BackpropWeightScale As Double
Get
Set
public:
property double BackpropWeightScale {
double get ();
void set (double value);
}
member BackpropWeightScale : float with get, set
Property Value
Type:
Double
See Also