Note: This API is now obsolete.
Computes the model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
[ObsoleteAttribute("Use the Fit method instead.")]
public void Compute(
ParallelOptions parallelOptions
)
<ObsoleteAttribute("Use the Fit method instead.")>
Public Sub Compute (
parallelOptions As ParallelOptions
)
public:
[ObsoleteAttribute(L"Use the Fit method instead.")]
void Compute(
ParallelOptions^ parallelOptions
)
[<ObsoleteAttribute("Use the Fit method instead.")>]
member Compute :
parallelOptions : ParallelOptions -> unit
Parameters
- parallelOptions
- Type: System.Threading.TasksParallelOptions
A ParallelOptions value that specifies the parallel behavior of the computation.
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.
Reference