Model.Base Feature Index Property
Gets an index containing the keys of the columns
that are required inputs to the model.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.