IData Frame.Get Column<C> Method
Returns the column with the specified key in the data frame.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
IVector GetColumn<C>(
C key
)
Parameters
- key C
- The key of the column to return.
Type Parameters
- C
- The element type of the data frame's column index.