4 references to LoessConfiguration
Microsoft.ML.TimeSeries (4)
STL\LocalRegression.cs (1)
194for (int iter = 0; iter < LoessConfiguration.T; iter++)
STL\Loess.cs (3)
65_r = (int)(_length * LoessConfiguration.F); 74else if (_r < LoessConfiguration.MinimumNeighborCount) // the neighbors should be at least 2, or the matrix operations would encounter issues. 75_r = LoessConfiguration.MinimumNeighborCount;