1 write to BatchSize
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\LinearSvmWithOptions.cs (1)
30BatchSize = 10,
3 references to BatchSize
Microsoft.ML.StandardTrainers (3)
Standard\Online\LinearSvm.cs (3)
139_batchSize = parent.Opts.BatchSize; 298Contracts.CheckUserArg(options.BatchSize > 0, nameof(options.BatchSize), UserErrorPositive);