Subset.Intersection Method
Returns a subset representing the intersection of two subsets.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Subset representing the intersection of subset1 and subset2.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Subset Intersection(
Subset subset1,
Subset subset2
)
Parameters
Return Value
SubsetA Subset representing the intersection of subset1 and subset2.
Remarks
An observation matches the intersection of two subsets if it matches both subsets. subset1 and subset2 must have the same length.