Filter.Length Property
Gets the length of the unfiltered data.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int Length { get; }
Property Value
Int32Remarks
A filter can be applied to any Vector<T> or IDataFrame with the same number of observations as the length of the filter.