| LogisticRegressionRegularizationMethod Enumeration |
http://www.emgu.com
Specifies the kind of regularization to be applied.
Namespace: Emgu.CV.MLAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic enum RegularizationMethod
Public Enumeration RegularizationMethod
public enum class RegularizationMethod
type RegularizationMethod
Members|
| Member name | Value | Description |
|---|
| Disable | -1 |
Regularization disabled.
|
| L1 | 0 |
L1 norm
|
| L2 | 1 |
L2 norm
|
See Also