ANN_MLPBackpropWeightScale Property |
http://www.emgu.com
BPROP: Strength of the weight gradient term
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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