Gets or sets the way a statistical model is serialized or deserialized.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum ModelSerialization
Public Enumeration ModelSerialization
public enum class ModelSerialization
| Member name | Value | Description |
---|
| All | 0 |
Serialize or deserialize the data, the model and all
diagnostic and computed parameters.
|
| Predictive | 1 |
Only serialize or deserialize the model as necessary
to compute predictions.
|
| AllComputed | 2 |
Serialize or deserialize all the model's computed parameters
and statistics.
|
Reference