Model Term.Expand To Numerical 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#
A representation of the model term in terms of a possible constant term, numerical terms, and interactions of numerical terms.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ModelTermCollection ExpandToNumerical(
bool allowRankDeficientEncoding,
bool allowConstant
)
Parameters
Return Value
ModelTermCollectionA representation of the model term in terms of a possible constant term, numerical terms, and interactions of numerical terms.