ColumnCursorExtensions Class

Definition

Extension methods that allow to extract values of a single column of an IDataView as an IEnumerable<T>.

C#
public static class ColumnCursorExtensions
Inheritance
ColumnCursorExtensions

Methods

GetColumn<T>(IDataView, DataViewSchema+Column)

Extract all values of one column of the data view in a form of an IEnumerable<T>.

GetColumn<T>(IDataView, String)

Extract all values of one column of the data view in a form of an IEnumerable<T>.

Applies to

Product Versions
ML.NET 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, Preview, 4.0.0