Megosztás a következőn keresztül:


SgdBinaryTrainerBase<TModel>.OptionsBase.NumberOfIterations Field

Definition

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

Applies to