LogisticRegression.TrainMethod 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 LogisticRegression.Methods TrainMethod { get; set; }
Public Property TrainMethod As LogisticRegression.Methods
Get
Set
public:
property LogisticRegression.Methods TrainMethod {
LogisticRegression.Methods get ();
void set (LogisticRegression.Methods value);
}
member TrainMethod : LogisticRegression.Methods with get, set
function get_TrainMethod();
function set_TrainMethod(value);
Property Value
Type:
LogisticRegression.Methods
See Also