SimpleLinearRegression Properties |
The SimpleLinearRegression type exposes the following members.
Name | Description | |
---|---|---|
Intercept |
Linear coefficient (Intercept).
| |
NumberOfInputs |
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
NumberOfParameters |
Gets the number of parameters in the model (returns 2).
| |
Slope |
Angular coefficient (Slope).
|