ILinearRegression Interface |
Note: This API is now obsolete.
Namespace: Accord.Statistics.Models.Regression.Linear
The ILinearRegression type exposes the following members.
This interface specifies a common interface for querying a linear regression model.
Since a closed-form solution exists for fitting most linear models, each of the models may also implement a Regress method for computing actual regression.