Subset.Original Length Property
Gets the length of the original data.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public int OriginalLength { get; }
Property Value
Int32Remarks
A subset can be applied to any Vector<T> or IDataFrame with the same number of observations as the length of the subset.