LogisticRegressionTrainMethod Property
|
Kind of training method used. See LogisticRegression::Methods.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic LogisticRegressionMethods TrainMethod { get; set; }
Public Property TrainMethod As LogisticRegressionMethods
Get
Set
public:
property LogisticRegressionMethods TrainMethod {
LogisticRegressionMethods get ();
void set (LogisticRegressionMethods value);
}
member TrainMethod : LogisticRegressionMethods with get, set
function get_TrainMethod();
function set_TrainMethod(value);
Property Value
Type:
LogisticRegressionMethods
See Also