共用方式為


SgdBinaryTrainerBase<TModel>.OptionsBase.NumberOfIterations 欄位

定義

通過定型數據集的傳遞次數上限。

[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 

欄位值

設定為 1 以模擬在線學習。

屬性

適用於