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)
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