Expands the term into a collection of primitive numerical terms.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ModelTermCollection ExpandToNumerical(
bool allowRankDeficientEncoding,
bool allowConstant
)
Public Function ExpandToNumerical (
allowRankDeficientEncoding As Boolean,
allowConstant As Boolean
) As ModelTermCollection
public:
ModelTermCollection^ ExpandToNumerical(
bool allowRankDeficientEncoding,
bool allowConstant
)
member ExpandToNumerical :
allowRankDeficientEncoding : bool *
allowConstant : bool -> ModelTermCollection
Parameters
- allowRankDeficientEncoding
- Type: SystemBoolean
- allowConstant
- Type: SystemBoolean
Return Value
Type:
ModelTermCollectionA representation of the model term in terms of
a possible constant term, numerical terms, and interactions of
numerical terms.
Reference