1 write to _length
Microsoft.ML.TimeSeries (1)
STL\Loess.cs (1)
60_length = xValues.Count;
5 references to _length
Microsoft.ML.TimeSeries (5)
STL\Loess.cs (5)
65_r = (int)(_length * LoessConfiguration.F); 72if (_r >= _length) 73_r = _length - 1; 89for (int i = 0; i < _length; i++) 105int end = _length - 1;