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

Definition

Determines whether to shuffle data for each training iteration.

public bool Shuffle;
val mutable Shuffle : bool
Public Shuffle As Boolean 

Field Value

true to shuffle data for each training iteration; otherwise, false. Default is true.

Applies to