1 instantiation of LeastSquares
Microsoft.ML.TimeSeries (1)
STL\LocalRegression.cs (1)
256
LeastSquares ls = new
LeastSquares
(NeighborsX, NeighborsY);
2 references to LeastSquares
Microsoft.ML.TimeSeries (2)
STL\LeastSquares.cs (1)
21
/// Initializes a new instance of the <see cref="
LeastSquares
"/> class.
STL\LocalRegression.cs (1)
256
LeastSquares
ls = new LeastSquares(NeighborsX, NeighborsY);