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);
69
sampleX[i] =
_x
[index];
91
double yValue = _smoother.EstimateY(
_x
[i]);