TextLoader.Column Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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
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. |