Class ModelFunction
java.lang.Object
org.apache.commons.math3.optim.nonlinear.vector.ModelFunction
- All Implemented Interfaces:
OptimizationData
Deprecated.
Model (vector) function to be optimized.
- Since:
- 3.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the model function to be optimized.
-
Constructor Details
-
ModelFunction
Deprecated.- Parameters:
m
- Model function to be optimized.
-
-
Method Details
-
getModelFunction
Deprecated.Gets the model function to be optimized.- Returns:
- the model function.
-
org.apache.commons.math3.fitting.leastsquares
package (cf. MATH-1008).