SVMSGDInitialStepSize Property |
http://www.emgu.com
initialStepSize 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 InitialStepSize { get; set; }
Public Property InitialStepSize As Single
Get
Set
public:
property float InitialStepSize {
float get ();
void set (float value);
}
member InitialStepSize : float32 with get, set
Property Value
Type:
Single
See Also