Click or drag to resize

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)
Syntax
public enum SvmsgdType
Members
  Member nameValueDescription
Sgd0 Stochastic Gradient Descent
Asgd1 Average Stochastic Gradient Descent
See Also