Model.FitCore Method

Computes the model to the specified input using the specified parallelization options.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected abstract void FitCore(
	ModelInput input,
	ParallelOptions options
)

Parameters

input  ModelInput
 
options  ParallelOptions
 

See Also