1 write to _length
Microsoft.ML.TimeSeries (1)
STL\FastLoess.cs (1)
51
_length
= _y.Count;
3 references to _length
Microsoft.ML.TimeSeries (3)
STL\FastLoess.cs (3)
53
if (
_length
<= FastLoess._sampleSize)
63
double step =
_length
* 1.0 / FastLoess._sampleSize;
89
for (int i = 0; i <
_length
; i++)