ModelInputFormat Enumeration

Enumerates the format of the input to a model when making predictions.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum ModelInputFormat

Members

Automatic0 The format is inferred automatically. This is the default.
BaseFeatures1 The columns are the original features that appear directly or in derived form in the final model. Base features are identified by name/key.
InputFeatures2 The columns are the full set of features originally used to fit the model.
ModelFeatures3 The columns are the features as they appear in the final model.

See Also