| LogisticRegressionLearningRate Property |
Learning rate
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double LearningRate { get; set; }
Public Property LearningRate As Double
Get
Set
public:
property double LearningRate {
double get ();
void set (double value);
}
member LearningRate : float with get, set
Property Value
Type:
DoubleSee Also