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);
70
sampleY[i] =
_y
[index];