Model Term.Expand To Numerical 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.3
C#
A representation of the model term in terms of a possible constant term, numerical terms, and interactions of numerical terms.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.