4 instantiations of Loess
Microsoft.ML.TimeSeries (4)
STL\FastLoess.cs (4)
56_smoother = new Loess(_x, _y, isTemporal); 58_smoother = new Loess(_x, _y, isTemporal, r); 73_smoother = new Loess(sampleX, sampleY, isTemporal); 75_smoother = new Loess(sampleX, sampleY, isTemporal, r);
2 references to Loess
Microsoft.ML.TimeSeries (2)
STL\FastLoess.cs (1)
30private readonly Loess _smoother;
STL\Loess.cs (1)
40/// Initializes a new instance of the <see cref="Loess"/> class.