2 references to MinimumNeighborCount
Microsoft.ML.TimeSeries (2)
STL\Loess.cs (2)
74
else if (_r < LoessConfiguration.
MinimumNeighborCount
) // the neighbors should be at least 2, or the matrix operations would encounter issues.
75
_r = LoessConfiguration.
MinimumNeighborCount
;