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