ModelTerm.ExpandToCategorical Method

Expands the term into a collection of primitive numerical terms.

Definition

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