Uses of Class
org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer
Packages that use GaussNewtonOptimizer
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of GaussNewtonOptimizer in org.apache.commons.math3.fitting.leastsquares
Methods in org.apache.commons.math3.fitting.leastsquares that return GaussNewtonOptimizerModifier and TypeMethodDescriptionGaussNewtonOptimizer.withDecomposition
(GaussNewtonOptimizer.Decomposition newDecomposition) Configure the decomposition algorithm.