4 writes to _smoother
Microsoft.ML.TimeSeries (4)
STL\FastLoess.cs (4)
56_smoother = new Loess(_x, _y, isTemporal); 58_smoother = new Loess(_x, _y, isTemporal, r); 73_smoother = new Loess(sampleX, sampleY, isTemporal); 75_smoother = new Loess(sampleX, sampleY, isTemporal, r);
2 references to _smoother
Microsoft.ML.TimeSeries (2)
STL\FastLoess.cs (2)
91double yValue = _smoother.EstimateY(_x[i]); 101return _smoother.EstimateY(xValue);