Least Squares Solver<T>.Get Predictions Method
Returns a vector containing the predicted
outcomes of the least squares solution.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector containing the predicted outcomes of the least squares solution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<T> GetPredictions()
Return Value
Vector<T>A vector containing the predicted outcomes of the least squares solution.
Remarks
.