1 write to _x
Microsoft.ML.TimeSeries (1)
STL\Loess.cs (1)
87
_x
= xValues;
4 references to _x
Microsoft.ML.TimeSeries (4)
STL\Loess.cs (4)
91
LocalRegression neighbor = new LocalRegression(
_x
, _y, i, _r, _isTemporal);
109
if (
_x
[mid] > xValue)
118
double distanceDiff = (
_x
[end] - xValue) - (xValue -
_x
[start]);