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