org.apache.commons.math3.fitting.leastsquares
package
(cf. MATH-1008).@Deprecated public class Target extends java.lang.Object implements OptimizationData
Modifier and Type | Field and Description |
---|---|
private double[] |
target
Deprecated.
Target values (of the objective vector function).
|
Constructor and Description |
---|
Target(double[] observations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getTarget()
Deprecated.
Gets the initial guess.
|