ModelTerm.ExpandToCategorical Method

Expands the term into a collection of primitive numerical terms.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ModelTermCollection ExpandToCategorical()

Return Value

ModelTermCollection
A representation of the model terms in terms of a categorical term or interaction of categorical terms.

See Also