ModelSerialization 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#
public enum ModelSerialization

Members

All0 Serialize or deserialize the data, the model and all diagnostic and computed parameters.
Predictive1 Only serialize or deserialize the model as necessary to compute predictions.
AllComputed2 Serialize or deserialize all the model's computed parameters and statistics.

See Also