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