|
BaseAveragedStochasticGradientDescentTModel, TKernel, TInput, TLossMaxIterations Property
|
Gets or sets the number of iterations that should be
performed by the algorithm when calling
Learn(TInput, Boolean, Double).
Default is 0 (iterate until convergence).
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int MaxIterations { get; set; }
Public Property MaxIterations As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also