Table of Contents

Enum LogisticRegression.RegularizationMethod

Namespace
Emgu.CV.ML
Assembly
Emgu.CV.dll

Specifies the kind of regularization to be applied.

public enum LogisticRegression.RegularizationMethod

Fields

Disable = -1

Regularization disabled.

L1 = 0

L1 norm

L2 = 1

L2 norm