SVMSGDSvmsgdType Enumeration |
http://www.emgu.com
SVMSGD type.
ASGD is often the preferable choice.
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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