Uses of Class
org.apache.commons.math3.fitting.leastsquares.AbstractEvaluation
-
Packages that use AbstractEvaluation Package Description org.apache.commons.math3.fitting.leastsquares This package provides algorithms that minimize the residuals between observations and model values. -
-
Uses of AbstractEvaluation in org.apache.commons.math3.fitting.leastsquares
Subclasses of AbstractEvaluation in org.apache.commons.math3.fitting.leastsquares Modifier and Type Class Description (package private) classDenseWeightedEvaluationApplies a dense weight matrix to an evaluation.private static classLeastSquaresFactory.LocalLeastSquaresProblem.LazyUnweightedEvaluationContainer with the model lazy evaluation at a particular point.private static classLeastSquaresFactory.LocalLeastSquaresProblem.UnweightedEvaluationContainer with the model evaluation at a particular point.
-