1 write to _magLogList
Microsoft.ML.TimeSeries (1)
SrCnnEntireAnomalyDetector.cs (1)
563Array.Resize(ref _magLogList, length);
5 references to _magLogList
Microsoft.ML.TimeSeries (5)
SrCnnEntireAnomalyDetector.cs (5)
569_magLogList[i] = Math.Log(_magList[i]); 573_magLogList[i] = 0; 578AverageFilter(_magLogList, _averagingWindowSize); 582_spectralList[i] = Math.Exp(_magLogList[i] - _cumSumList[i]); 590if (_magLogList[i] != 0)