Click or drag to resize
Accord.NET (logo)

NonlinearRegression Properties

The NonlinearRegression type exposes the following members.

Properties
  NameDescription
Public propertyCoefficients
Gets the regression coefficients.
Public propertyFunction
Gets the model function, mapping inputs to outputs given a suitable parameter vector.
Public propertyGradient
Gets or sets a function that computes the gradient of the Function in respect to the Coefficients.
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyStandardErrors
Gets the standard errors for the regression coefficients.
Top
See Also