4 writes to _r
Microsoft.ML.TimeSeries (4)
STL\Loess.cs (4)
65_r = (int)(_length * LoessConfiguration.F); 69_r = (int)r; 73_r = _length - 1; 75_r = LoessConfiguration.MinimumNeighborCount;
3 references to _r
Microsoft.ML.TimeSeries (3)
STL\Loess.cs (3)
72if (_r >= _length) 74else if (_r < LoessConfiguration.MinimumNeighborCount) // the neighbors should be at least 2, or the matrix operations would encounter issues. 91LocalRegression neighbor = new LocalRegression(_x, _y, i, _r, _isTemporal);