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

Definition

The maximum number of passes to perform over the data.

public int? MaximumNumberOfIterations;
val mutable MaximumNumberOfIterations : Nullable<int>
Public MaximumNumberOfIterations As Nullable(Of Integer) 

Field Value

Nullable<Int32>

Set to 1 to simulate online learning. Defaults to automatic.

Applies to