OrdinaryLeastSquares Properties |
The OrdinaryLeastSquares type exposes the following members.
Name | Description | |
---|---|---|
IsRobust |
Gets or sets whether to always use a robust Least-Squares
estimate using the SingularValueDecomposition.
Default is false.
| |
Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
| |
UseIntercept |
Gets or sets whether to include an intercept
term in the learned models. Default is true.
|