1 write to _y
Microsoft.ML.TimeSeries (1)
STL\FastLoess.cs (1)
50_y = yValues;
4 references to _y
Microsoft.ML.TimeSeries (4)
STL\FastLoess.cs (4)
51_length = _y.Count; 56_smoother = new Loess(_x, _y, isTemporal); 58_smoother = new Loess(_x, _y, isTemporal, r); 70sampleY[i] = _y[index];