Creates an interaction between multiple terms.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static ModelTerm Interaction(
params ModelTerm[] terms
)
Public Shared Function Interaction (
ParamArray terms As ModelTerm()
) As ModelTerm
public:
static ModelTerm^ Interaction(
... array<ModelTerm^>^ terms
)
static member Interaction :
terms : ModelTerm[] -> ModelTerm
Parameters
- terms
- Type: Extreme.DataAnalysis.ModelsModelTerm
A param array of terms.
Return Value
Type:
ModelTermA model term that represents the interaction.
The type of model term that is returned depends on
the number of terms in the actual interaction.
Constant terms are never included in the interaction.
If the same categorical term occurs multiple times,
it is only included once in the interaction.
Reference