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