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.
public int? MaximumNumberOfIterations;
val mutable MaximumNumberOfIterations : Nullable<int>
Public MaximumNumberOfIterations As Nullable(Of Integer)
Field Value
Set to 1 to simulate online learning. Defaults to automatic.
Applies to
Feedback
Submit and view feedback for