2 references to MinBatchSize
Microsoft.ML.TimeSeries (2)
SrCnnEntireAnomalyDetector.cs (2)
207
Host.CheckUserArg(options.BatchSize == -1 || options.BatchSize >=
MinBatchSize
, nameof(options.BatchSize), "Must be -1 or no less than 12.");
302
if (_batch.Count <
MinBatchSize
)