| LogisticRegressionRegularization Property |
Kind of regularization to be applied. See LogisticRegression::RegKinds.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public LogisticRegressionRegKinds Regularization { get; set; }
Public Property Regularization As LogisticRegressionRegKinds
Get
Set
public:
property LogisticRegressionRegKinds Regularization {
LogisticRegressionRegKinds get ();
void set (LogisticRegressionRegKinds value);
}
member Regularization : LogisticRegressionRegKinds with get, set
Property Value
Type:
LogisticRegressionRegKindsSee Also