LogisticRegressionIterations Property |
http://www.emgu.com
Number of iterations
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic int Iterations { get; set; }
Public Property Iterations As Integer
Get
Set
public:
property int Iterations {
int get ();
void set (int value);
}
member Iterations : int with get, set
Property Value
Type:
Int32
See Also