5 references to _sampleSize
Microsoft.ML.TimeSeries (5)
STL\FastLoess.cs (5)
53if (_length <= FastLoess._sampleSize) 63double step = _length * 1.0 / FastLoess._sampleSize; 64var sampleX = new double[FastLoess._sampleSize]; 65var sampleY = new double[FastLoess._sampleSize]; 66for (int i = 0; i < FastLoess._sampleSize; i++)