LoadColumnAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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[]
要在此資料行中載入的不同文字檔欄位索引。