Model Constructor

Constructs a new statistical model.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected Model(
	ModelInput specification,
	ModelStatus status
)

Parameters

specification  ModelInput
Model specification that defines the input variables to the model.
status  ModelStatus
Specifies the model's stage in the modeling process.

See Also