Model.Fit Method
Definition
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Fit() | Fits the model to the data. |
Fit( | Fits the model to the data. |
Fit
public void Fit()
Remarks
This method must be called explicitly before any of the model's results can be accessed. It must also be called after a call to ResetFit().
Use the Fitted property to determine whether this method needs to be called.
Fit(ParallelOptions)
public void Fit(
ParallelOptions parallelOptions
)
Parameters
- parallelOptions ParallelOptions
- A ParallelOptions value that specifies the parallel behavior of the computation.
Remarks
This method must be called explicitly before any of the model's results can be accessed. It must also be called after a call to ResetFit().
Use the Fitted property to determine whether this method needs to be called.