ModelTerm.Product Method

Creates a model term that represents the complete interaction between two terms.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static ModelTerm Product(
	ModelTerm left,
	ModelTerm right
)

Parameters

left  ModelTerm
The first term.
right  ModelTerm
The second term.

Return Value

ModelTerm
A model term that represents the complete interaction between left and right.

See Also