Model.Compute Method
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Compute() |
Computes the model.
Obsolete. |
Compute( |
Computes the model.
Obsolete. |
Compute
Computes the model.
[ObsoleteAttribute("Use the Fit method instead.")]
public void Compute()
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.
Compute(ParallelOptions)
Computes the model.
[ObsoleteAttribute("Use the Fit method instead.")]
public void Compute(
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.