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