2 writes to Shuffle
Microsoft.ML.Tests (2)
Scenarios\OvaTest.cs (1)
71new AveragedPerceptronTrainer.Options { Shuffle = true });
TrainerEstimators\MetalinearEstimators.cs (1)
27new AveragedPerceptronTrainer.Options { Shuffle = true });
1 reference to Shuffle
Microsoft.ML.StandardTrainers (1)
Standard\Online\OnlineLinear.cs (1)
315bool shuffle = OnlineLinearTrainerOptions.Shuffle;