![]() |
Image Component Library (ICL)
|
Utility structure, that represents a fitting result. More...
#include <LevenbergMarquardtFitter.h>
Public Attributes | |
| int | iteration |
| number of iterations needed More... | |
| Scalar | initialError |
| initial error More... | |
| Scalar | error |
| reached error More... | |
| std::vector< Scalar > | lambdas |
| last lambdas (one per output) More... | |
| Params | params |
| final parameters More... | |
Friends | |
| ICLMath_API std::ostream & | operator<< (std::ostream &str, const Result &d) |
| overloaded ostream-operator More... | |
Utility structure, that represents a fitting result.
|
friend |
overloaded ostream-operator
| Scalar icl::math::LevenbergMarquardtFitter< Scalar >::Result::error |
reached error
| Scalar icl::math::LevenbergMarquardtFitter< Scalar >::Result::initialError |
initial error
| int icl::math::LevenbergMarquardtFitter< Scalar >::Result::iteration |
number of iterations needed
| std::vector<Scalar> icl::math::LevenbergMarquardtFitter< Scalar >::Result::lambdas |
last lambdas (one per output)
| Params icl::math::LevenbergMarquardtFitter< Scalar >::Result::params |
final parameters
1.8.15