Javadoc
This commit is contained in:
parent
2fb2221d48
commit
ed6109d0a2
|
@ -33,8 +33,8 @@ import org.apache.commons.math3.util.MathArrays;
|
|||
* interpolation ranges, the interpolated values will be wrong at the
|
||||
* edges of the patch.
|
||||
* The {@code interpolate} method will return a function that overrides
|
||||
* {@link isValidPoint(double,double)} to indicate points where the
|
||||
* interpolation will be inaccurate.
|
||||
* {@link BicubicInterpolatingFunction#isValidPoint(double,double)} to
|
||||
* indicate points where the interpolation will be inaccurate.
|
||||
* </p>
|
||||
*
|
||||
* @since 3.4
|
||||
|
|
|
@ -54,9 +54,8 @@ public class SimpleCurveFitter extends AbstractCurveFitter {
|
|||
|
||||
/**
|
||||
* Creates a curve fitter.
|
||||
* The initial guess for the parameters will be {@link ParameterGuesser}
|
||||
* computed automatically, and the maximum number of iterations of the
|
||||
* optimization algorithm is set to {@link Integer#MAX_VALUE}.
|
||||
* The maximum number of iterations of the optimization algorithm is set
|
||||
* to {@link Integer#MAX_VALUE}.
|
||||
*
|
||||
* @param f Function to fit.
|
||||
* @param start Initial guess for the parameters. Cannot be {@code null}.
|
||||
|
|
Loading…
Reference in New Issue