4 references to SortedMedian
Microsoft.ML.TimeSeries (4)
SrCnnEntireAnomalyDetector.cs (4)
1046_trends[i - wLen / 2] = SortedMedian(_curWindow, 0, i + 1); 1049_trends[window / 2] = SortedMedian(_curWindow, 0, wLen); 1068_trends[i] = SortedMedian(_curWindow, 0, wLen); 1083_trends[i] = SortedMedian(_curWindow, 0, wLen);