Model Term.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#
A model term that represents the complete interaction between left and right.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static ModelTerm Product(
ModelTerm left,
ModelTerm right
)
Parameters
Return Value
ModelTermA model term that represents the complete interaction between left and right.