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