TextLoader.Column Class

Definition

Describes how an input column should be mapped to an IDataView column.

public sealed class TextLoader.Column
type TextLoader.Column = class
Public NotInheritable Class TextLoader.Column
Inheritance
TextLoader.Column

Constructors

Name Description
TextLoader.Column()

Describes how an input column should be mapped to an IDataView column.

TextLoader.Column(String, DataKind, Int32, Int32)

Describes how an input column should be mapped to an IDataView column.

TextLoader.Column(String, DataKind, Int32)

Describes how an input column should be mapped to an IDataView column.

TextLoader.Column(String, DataKind, TextLoader+Range[], KeyCount)

Describes how an input column should be mapped to an IDataView column.

Fields

Name Description
KeyCount

For a key column, this defines the range of values.

Name

Name of the column.

Source

Source index range(s) of the column.

Properties

Name Description
DataKind

DataKind of the items in the column.

Applies to