1 write to _spectralList
Microsoft.ML.TimeSeries (1)
SrCnnEntireAnomalyDetector.cs (1)
579Array.Resize(ref _spectralList, length);
3 references to _spectralList
Microsoft.ML.TimeSeries (3)
SrCnnEntireAnomalyDetector.cs (3)
582_spectralList[i] = Math.Exp(_magLogList[i] - _cumSumList[i]); 592_transRe[i] = _fftRe[i] * _spectralList[i] / _magList[i]; 593_transIm[i] = _fftIm[i] * _spectralList[i] / _magList[i];