Subset.Original Length Property
Gets the length of the original data.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.