ModelTerm.ExpandToNumerical 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 ExpandToNumerical(
	bool allowRankDeficientEncoding,
	bool allowConstant
)

Parameters

allowRankDeficientEncoding  Boolean
 
allowConstant  Boolean
 

Return Value

ModelTermCollection
A representation of the model term in terms of a possible constant term, numerical terms, and interactions of numerical terms.

See Also