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