ModelInputGroup.Schema Property

Gets the schema for the model input group.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ModelTerm Schema { get; }

Property Value

ModelTerm

Remarks

The schema is a model term that specifies the key, type, and encoding of each variable.

See Also