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