SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.MaximumNumberOfIterations Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum number of passes to perform over the data.
[Microsoft.ML.SearchSpace.Range(10, 1000, 10, true)]
public int? MaximumNumberOfIterations;
public int? MaximumNumberOfIterations;
[<Microsoft.ML.SearchSpace.Range(10, 1000, 10, true)>]
val mutable MaximumNumberOfIterations : Nullable<int>
val mutable MaximumNumberOfIterations : Nullable<int>
Public MaximumNumberOfIterations As Nullable(Of Integer)
Field Value
Set to 1 to simulate online learning. Defaults to automatic.
- Attributes