|
|
NonlinearLeastSquares Properties |
The NonlinearLeastSquares type exposes the following members.
| Name | Description | |
|---|---|---|
| Algorithm |
Gets the Least-Squares
optimization algorithm used to perform the actual learning.
| |
| ComputeStandardErrors |
Gets or sets a value indicating whether standard
errors should be computed in the next iteration.
| |
| Function |
Gets or sets 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 current parameters.
| |
| NumberOfParameters |
Gets the number of variables (free parameters) in the non-linear model specified in Function.
| |
| StartValues |
Gets or sets the vector of initial values to be used at the beginning
of the optimization. Setting a suitable set of initial values can be
important to achieve good convergence or avoid poor local minimas.
| |
| Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
|