LeastSquaresSolver<T>.GetPredictions 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#
public Vector<T> GetPredictions()

Return Value

Vector<T>
A vector containing the predicted outcomes of the least squares solution.

Remarks

See Also