Model Serialization Enumeration
Gets or sets the way a statistical model is serialized or deserialized.
Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum ModelSerialization
Members
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. |