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

TextLoader.Column()

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, Int32, 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

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

DataKind

DataKind of the items in the column.

Applies to