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