Click or drag to resize

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; }

Property Value

Type: LogisticRegressionMethods
See Also