ModelTerm.ExpandToNumerical 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.0
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