| LogisticRegressionTrainMethod Property |
Kind of training method used. See LogisticRegression::Methods.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
LogisticRegressionMethodsSee Also