|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optimization.Target
@Deprecated public class Target
Target of the optimization procedure.
They are the values which the objective vector function must reproduce
When the parameters of the model have been optimized.
Immutable class.
Field Summary | |
---|---|
private double[] |
target
Deprecated. Target values (of the objective vector function). |
Constructor Summary | |
---|---|
Target(double[] observations)
Deprecated. |
Method Summary | |
---|---|
double[] |
getTarget()
Deprecated. Gets the initial guess. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final double[] target
Constructor Detail |
---|
public Target(double[] observations)
observations
- Target values.Method Detail |
---|
public double[] getTarget()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |