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[]
要作为此列的一部分加载的不同文本文件字段索引。