ModelTerm.Union Method

Creates a union of multiple terms.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static ModelTerm Union(
	params ModelTerm[] terms
)

Parameters

terms  ModelTerm[]
A param array of terms.

Return Value

ModelTerm
A model term that represents the union of all terms.

See Also