LogisticRegressionRegularization Property
|
Kind of regularization to be applied. See LogisticRegression::RegKinds.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_Regularization();
function set_Regularization(value);
Property Value
Type:
LogisticRegressionRegKinds
See Also