Gets the schema for the model input group.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ModelTerm Schema { get; }
Public ReadOnly Property Schema As ModelTerm
Get
public:
property ModelTerm^ Schema {
ModelTerm^ get ();
}
member Schema : ModelTerm with get
Property Value
Type:
ModelTerm
The schema is a model term that specifies the key, type,
and encoding of each variable.
Reference