Model Status 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: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public enum ModelStatus
Members
Empty | 0 | The model has not been fitted. |
Fitted | 1 | The model has been fitted. Diagnostic information is available. |
Deployed | 2 | The model has been fitted and deployed. Diagnostic information is not available. |