ModelStatus Enumeration

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

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum ModelStatus

Members

Empty0 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