LeastSquaresSolver<T> Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetPredictions Returns a vector containing the predicted outcomes of the least squares solution.
GetResiduals Returns a vector containing the residuals of the least squares solution.
GetResidualSumOfSquares Returns the sum of the squares of the residuals of the least squares solution.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Solve Solves the least squares problem and returns the least norm solution.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also