2 writes to _bLen
Microsoft.ML.TimeSeries (2)
SrCnnEntireAnomalyDetector.cs (2)
308_bLen = _previousBatch.Count - _batch.Count; 334_bLen = 0;
2 references to _bLen
Microsoft.ML.TimeSeries (2)
SrCnnEntireAnomalyDetector.cs (2)
309_previousBatch = _previousBatch.GetRange(_batch.Count, _bLen); 318_results[i][j] = _results[_bLen + i][j];