TextLoader.Column 類別

定義

描述輸入資料行應該如何對應至資料 IDataView 行。

public sealed class TextLoader.Column
type TextLoader.Column = class
Public NotInheritable Class TextLoader.Column
繼承
TextLoader.Column

建構函式

TextLoader.Column()

描述輸入資料行應該如何對應至資料 IDataView 行。

TextLoader.Column(String, DataKind, Int32)

描述輸入資料行應該如何對應至資料 IDataView 行。

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

描述輸入資料行應該如何對應至資料 IDataView 行。

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

描述輸入資料行應該如何對應至資料 IDataView 行。

欄位

KeyCount

對於索引鍵資料行,這會定義值的範圍。

Name

資料行的名稱。

Source

資料行 () 的來源索引範圍。

屬性

DataKind

DataKind 資料行中專案的 。

適用於