Delen via


SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.MaximumNumberOfIterations Field

Definition

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

Applies to