Class LeastSquaresAdapter

java.lang.Object
org.apache.commons.math3.fitting.leastsquares.LeastSquaresAdapter
All Implemented Interfaces:
LeastSquaresProblem, OptimizationProblem<LeastSquaresProblem.Evaluation>

public class LeastSquaresAdapter extends Object implements LeastSquaresProblem
An adapter that delegates to another implementation of LeastSquaresProblem.
Since:
3.3