Model.InputSchema Property

Gets the schema for the features used for fitting the model.

Definition

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

Property Value

ModelTermCollection

Remarks

This property returns a collection of ModelTerm objects. Each term corresponds to a feature that is used when fitting the 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