2 writes to _batchSize
Microsoft.ML.TimeSeries (2)
SrCnnEntireAnomalyDetector.cs (2)
277_batchSize = batchSize; 301_batchSize = _batch.Count;
1 reference to _batchSize
Microsoft.ML.TimeSeries (1)
SrCnnEntireAnomalyDetector.cs (1)
346_results[input.Position % _batchSize].CopyTo(result.Values);