ModelInputGroup.Schema Property

Gets the schema for the model input group.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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