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];