ModelTerm.Product Method

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

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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