MATH-1014

Deprecation markers.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1516895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2013-08-23 15:37:29 +00:00
parent 053b8dda2d
commit 95ce549b40
1 changed files with 3 additions and 0 deletions

View File

@ -47,7 +47,10 @@ import org.apache.commons.math3.optim.nonlinear.vector.Weight;
*
* @version $Id: CurveFitter.java 1416643 2012-12-03 19:37:14Z tn $
* @since 2.0
* @deprecated As of 3.3. Please use {@link AbstractCurveFitter} and
* {@link WeightedObservedPoints} instead.
*/
@Deprecated
public class CurveFitter<T extends ParametricUnivariateFunction> {
/** Optimizer to use for the fitting. */
private final MultivariateVectorOptimizer optimizer;