Click or drag to resize

LogisticRegressionRegularizationMethod Enumeration

http://www.emgu.com
Specifies the kind of regularization to be applied.

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 RegularizationMethod
Members
  Member nameValueDescription
Disable-1 Regularization disabled.
L10 L1 norm
L21 L2 norm
See Also