Model.Input Schema Property
Gets the schema for the features used for fitting 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 ModelTermCollection InputSchema { get; }
Property Value
ModelTermCollectionRemarks
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.