Uses of Interface
org.apache.commons.math4.legacy.fitting.leastsquares.LeastSquaresOptimizer
- 
Packages that use LeastSquaresOptimizer Package Description org.apache.commons.math4.legacy.fitting Classes to perform curve fitting.org.apache.commons.math4.legacy.fitting.leastsquares This package provides algorithms that minimize the residuals between observations and model values.
- 
- 
Uses of LeastSquaresOptimizer in org.apache.commons.math4.legacy.fittingMethods in org.apache.commons.math4.legacy.fitting that return LeastSquaresOptimizer Modifier and Type Method Description protected LeastSquaresOptimizerAbstractCurveFitter. getOptimizer()Creates an optimizer set up to fit the appropriate curve.
- 
Uses of LeastSquaresOptimizer in org.apache.commons.math4.legacy.fitting.leastsquaresClasses in org.apache.commons.math4.legacy.fitting.leastsquares that implement LeastSquaresOptimizer Modifier and Type Class Description classGaussNewtonOptimizerGauss-Newton least-squares solver.classLevenbergMarquardtOptimizerThis class solves a least-squares problem using the Levenberg-Marquardt algorithm.
 
-