MultipleLinearRegression Properties |
The MultipleLinearRegression type exposes the following members.
Name | Description | |
---|---|---|
Coefficients | Obsolete.
Gets the coefficients used by the regression model. If the model
contains an intercept term, it will be in the end of the vector.
| |
HasIntercept | Obsolete.
Gets whether this model has an additional intercept term.
| |
Inputs | Obsolete.
Gets the number of inputs for the regression model.
| |
Intercept |
Gets or sets the intercept value for the regression.
| |
NumberOfInputs |
Gets the number of inputs accepted by the model.
(Overrides TransformBaseTInput, TOutputNumberOfInputs.) | |
NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
NumberOfParameters |
Gets the number of parameters in this model (equals the NumberOfInputs + 1).
| |
Weights |
Gets or sets the linear weights of the regression model. The
intercept term is not stored in this vector, but is instead
available through the Intercept property.
|