SVMSGDSvmsgdType Enumeration |
http://www.emgu.com
SVMSGD type.
ASGD is often the preferable choice.
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
SyntaxPublic Enumeration SvmsgdType
public enum class SvmsgdType
Members
| Member name | Value | Description |
---|
| Sgd | 0 |
Stochastic Gradient Descent
|
| Asgd | 1 |
Average Stochastic Gradient Descent
|
See Also