ModelInputCategory Enumeration

Enumerates the categories or roles of variables in a statistical or machine learning model.

Definition

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

Members

Features0 The category of features, independent variables.
Independent0 Same as Features.
Target1 The category of targets, dependent variables.
Dependent1 Same as Target.
Weight2 The category of weights.
Group3 The grouping variables.
Offset4 For some forms of generalized linear models, the variable that contains an offset which has a fixed coefficient of 1.
Count5 For binomial regression, the variable that contains the total number of trials.
Custom99 A custom category.

See Also