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