Filter.Intersection Method
Returns a filter representing the intersection of two filters.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A Filter representing the intersection of filter1 and filter2.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Filter Intersection(
Filter filter1,
Filter filter2
)
Parameters
Return Value
FilterA Filter representing the intersection of filter1 and filter2.
Remarks
An observation matches the intersection of two filters if it matches both filters. filter1 and filter2 must have the same length.