Returns a CurveFitter object that can be used to fit the curve to data.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetCurveFitter As CurveFitter |
| C# |
|---|
public virtual CurveFitter GetCurveFitter () |
| C++ |
|---|
public: virtual CurveFitter^ GetCurveFitter () |
Return Value
A CurveFitter object suitable for fitting the curve to data.
Remarks
The CurveFitter object returned by this method can be used to adjust the parameters
of the instance to best fit the data supplied to the curve fitter object.