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

Return Value

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

Remarks

.

See Also