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) class
DenseWeightedEvaluation
Applies a dense weight matrix to an evaluation.private static class
LeastSquaresFactory.LocalLeastSquaresProblem.LazyUnweightedEvaluation
Container with the model lazy evaluation at a particular point.private static class
LeastSquaresFactory.LocalLeastSquaresProblem.UnweightedEvaluation
Container with the model evaluation at a particular point.
-