Documentation of 'org.apache.commons.math3.optim.nonlinear.vector.Target' Java class
Target
org.apache.commons.math3.optim.nonlinear.vector

Class Target

  • All Implemented Interfaces:
    OptimizationData

    Deprecated. 
    All classes and interfaces in this package are deprecated. The optimizers that were provided here were moved to the org.apache.commons.math3.fitting.leastsquares package (cf. MATH-1008).

    @Deprecated
    public class Target
    extends java.lang.Object
    implements OptimizationData
    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.
    Since:
    3.1
    • Constructor Summary

      Constructors 
      Constructor and Description
      Target(double[] observations)
      Deprecated. 
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      double[] getTarget()
      Deprecated. 
      Gets the initial guess.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Target

        public Target(double[] observations)
        Deprecated. 
        Parameters:
        observations - Target values.
    • Method Detail

      • getTarget

        public double[] getTarget()
        Deprecated. 
        Gets the initial guess.
        Returns:
        the initial guess.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.