LoadColumnAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
LoadColumnAttribute(Int32) |
Mappe le membre à un champ spécifique dans un fichier texte. |
LoadColumnAttribute(Int32[]) |
Mappe le membre à l’ensemble de champs dans le fichier texte. |
LoadColumnAttribute(Int32, Int32) |
Mappe le membre à la plage de champs dans le fichier texte. |
LoadColumnAttribute(Int32)
Mappe le membre à un champ spécifique dans un fichier texte.
public LoadColumnAttribute (int fieldIndex);
new Microsoft.ML.Data.LoadColumnAttribute : int -> Microsoft.ML.Data.LoadColumnAttribute
Public Sub New (fieldIndex As Integer)
Paramètres
- fieldIndex
- Int32
Index du champ dans le fichier texte.
S’applique à
LoadColumnAttribute(Int32[])
Mappe le membre à l’ensemble de champs dans le fichier texte.
public LoadColumnAttribute (int[] columnIndexes);
new Microsoft.ML.Data.LoadColumnAttribute : int[] -> Microsoft.ML.Data.LoadColumnAttribute
Public Sub New (columnIndexes As Integer())
Paramètres
- columnIndexes
- Int32[]
Index de champ de fichier texte distinct à charger dans le cadre de cette colonne.
S’applique à
LoadColumnAttribute(Int32, Int32)
Mappe le membre à la plage de champs dans le fichier texte.
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)
Paramètres
- start
- Int32
Index de champ de départ, pour la plage.
- end
- Int32
Index de champ de fin, pour la plage.