Gets the length of the original data.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int OriginalLength { get; }
Public ReadOnly Property OriginalLength As Integer
Get
public:
property int OriginalLength {
int get ();
}
member OriginalLength : int with get
Property Value
Type:
Int32
A subset can be applied to any VectorT or
IDataFrame with the same number
of observations as the length of the subset.
Reference