Model.ModelSchema Property

Gets the collection of variables used in the model.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ModelTermCollection ModelSchema { get; }

Property Value

ModelTermCollection

Remarks

This property returns a collection of ModelTerm objects. Each term corresponds to a variable that is used in the final model after expanding interactions and categorical variables into indicator variables. In contrast, the BaseFeatureIndex property contains the keys of the input variables from which the terms in this collection are derived.

See Also