Gets the collection of variables used in the model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ModelTermCollection ModelSchema { get; }
Public ReadOnly Property ModelSchema As ModelTermCollection
Get
public:
property ModelTermCollection^ ModelSchema {
ModelTermCollection^ get ();
}
member ModelSchema : ModelTermCollection with get
Property Value
Type:
ModelTermCollection
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.
Reference