Model.BaseFeatureIndex Property

Gets an index containing the keys of the columns that are required inputs to the model.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Index<string> BaseFeatureIndex { get; }

Property Value

Index<String>

Remarks

Once a model has been fitted, it can be validated against test data, or predictions may be made for new data. This property returns the keys of the input variables that are needed for this purpose.

See Also