public class LeastSquareAdjuster extends Object
Constructor | Description |
---|---|
LeastSquareAdjuster() |
Default constructor with Gauss Newton with QR decomposition algorithm.
|
LeastSquareAdjuster(OptimizerId optimizerID) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresOptimizer.Optimum |
optimize(org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem problem) |
Solve the least square problem.
|
public LeastSquareAdjuster(OptimizerId optimizerID)
optimizerID
- optimizer choicepublic LeastSquareAdjuster()
public org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresOptimizer.Optimum optimize(org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem problem)
problem
- the least square problemCopyright © 2014-2019 CS Systèmes d'information. All rights reserved.