SVMSGDStepDecreasingPower Property |
http://www.emgu.com
stepDecreasingPower of a SVMSGD optimization problem
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic float StepDecreasingPower { get; set; }
Public Property StepDecreasingPower As Single
Get
Set
public:
property float StepDecreasingPower {
float get ();
void set (float value);
}
member StepDecreasingPower : float32 with get, set
Property Value
Type:
Single
See Also