Gets an index containing the keys of the columns
that are required inputs to the model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<string> BaseFeatureIndex { get; }
Public ReadOnly Property BaseFeatureIndex As Index(Of String)
Get
public:
property Index<String^>^ BaseFeatureIndex {
Index<String^>^ get ();
}
member BaseFeatureIndex : Index<string> with get
Property Value
Type:
IndexString
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.
Reference