SgdBinaryTrainerBase<TModel>.OptionsBase.NumberOfIterations 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 through the training dataset.
[Microsoft.ML.SearchSpace.Range(1, 20, 1, true)]
public int NumberOfIterations;
public int NumberOfIterations;
[<Microsoft.ML.SearchSpace.Range(1, 20, 1, true)>]
val mutable NumberOfIterations : int
val mutable NumberOfIterations : int
Public NumberOfIterations As Integer
Field Value
Set to 1 to simulate online learning.
- Attributes