![]() | Regression |
The RegressionBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnResizeIncrement | Gets and sets the amount by which the regression matrix is resized if columns are added. |
![]() | HasInterceptParameter | Returns true if the model has an intercept parameter; otherwise, false. |
![]() | Intercept | Gets the intercept. |
![]() | IsGood | Returns true if the model parameters were successfuly computed; otherwise, false. |
![]() | NumberOfObservations | Gets the number of observations. |
![]() | NumberOfParameters | Gets the number of parameters in the model. |
![]() | NumberOfPredictors | Gets the number of predictors. |
![]() | Observations | Gets the vector of observations. |
![]() | ParameterCalculationErrorMessage | Gets the error message associated with a failed parameter calculation. |
![]() | Parameters | Gets the computed model parameters. |
![]() | PredictorMatrix | Gets the predictor matrix. |
![]() | RegressionMatrix | Gets the regression matrix. |
![]() | RowResizeIncrement | Gets and sets the amount by which the regression matrix is resized if rows are added. |