LogisticRegressionTrainMethod Property |
http://www.emgu.com
Kind of training method to be applied
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic LogisticRegressionTrainType TrainMethod { get; set; }
Public Property TrainMethod As LogisticRegressionTrainType
Get
Set
public:
property LogisticRegressionTrainType^ TrainMethod {
LogisticRegressionTrainType^ get ();
void set (LogisticRegressionTrainType^ value);
}
member TrainMethod : LogisticRegressionTrainType with get, set
Property Value
Type:
LogisticRegressionTrainType
See Also