LogisticRegressionRegularizationMethod Enumeration |
http://www.emgu.com
Specifies the kind of regularization to be applied.
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
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