LoadColumnAttribute 建構函式

定義

多載

LoadColumnAttribute(Int32)

將成員對應至文字檔中的特定欄位。

LoadColumnAttribute(Int32[])

將成員對應至文字檔中的欄位集。

LoadColumnAttribute(Int32, Int32)

將成員對應至文字檔中的欄位範圍。

LoadColumnAttribute(Int32)

將成員對應至文字檔中的特定欄位。

public LoadColumnAttribute (int fieldIndex);
new Microsoft.ML.Data.LoadColumnAttribute : int -> Microsoft.ML.Data.LoadColumnAttribute
Public Sub New (fieldIndex As Integer)

參數

fieldIndex
Int32

文字檔中欄位的索引。

適用於

LoadColumnAttribute(Int32[])

將成員對應至文字檔中的欄位集。

public LoadColumnAttribute (int[] columnIndexes);
new Microsoft.ML.Data.LoadColumnAttribute : int[] -> Microsoft.ML.Data.LoadColumnAttribute
Public Sub New (columnIndexes As Integer())

參數

columnIndexes
Int32[]

要在此資料行中載入的不同文字檔欄位索引。

適用於

LoadColumnAttribute(Int32, Int32)

將成員對應至文字檔中的欄位範圍。

public LoadColumnAttribute (int start, int end);
new Microsoft.ML.Data.LoadColumnAttribute : int * int -> Microsoft.ML.Data.LoadColumnAttribute
Public Sub New (start As Integer, end As Integer)

參數

start
Int32

範圍的起始欄位索引。

end
Int32

範圍的結束欄位索引。

適用於