IData Frame.Get Rows Method
Returns a data frame that contains only the specified rows.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A data frame containing only the rows in indexes.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
IDataFrame GetRows(
IEnumerable<int> indexes
)
Parameters
- indexes IEnumerable<Int32>
- A sequence of 0-based indexes.
Return Value
IDataFrameA data frame containing only the rows in indexes.