1 write to _x
Microsoft.ML.TimeSeries (1)
STL\FastLoess.cs (1)
49_x = xValues;
4 references to _x
Microsoft.ML.TimeSeries (4)
STL\FastLoess.cs (4)
56_smoother = new Loess(_x, _y, isTemporal); 58_smoother = new Loess(_x, _y, isTemporal, r); 69sampleX[i] = _x[index]; 91double yValue = _smoother.EstimateY(_x[i]);