Enumerates the possible states of a statistical or machine learning model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Enumeration ModelStatus
public enum class ModelStatus
| Member name | Value | Description |
---|
| 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.
|
Reference