|
|
NonlinearRegression Properties |
The NonlinearRegression type exposes the following members.
| Name | Description | |
|---|---|---|
| Coefficients |
Gets the regression coefficients.
| |
| Function |
Gets the model function, mapping inputs to
outputs given a suitable parameter vector.
| |
| Gradient |
Gets or sets a function that computes the gradient of the
Function in respect to the Coefficients.
| |
| 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.) | |
| StandardErrors |
Gets the standard errors for the regression coefficients.
|