ModelState Enumeration

Enumerates the possible states of a statistical or machine learning model.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
public enum ModelState

Members

Unfitted0 The model has not been fitted.
Fitted1 The model has been fitted. Diagnostic information is available.
Deployed2 The model has been fitted and deployed. Diagnostic information is not available.

See Also