Partager via


DataViewSchema.Builder.AddColumn Méthode

Définition

Ajoutez une colonne au schéma généré.

public void AddColumn (string name, Microsoft.ML.Data.DataViewType type, Microsoft.ML.DataViewSchema.Annotations annotations = default);
member this.AddColumn : string * Microsoft.ML.Data.DataViewType * Microsoft.ML.DataViewSchema.Annotations -> unit
Public Sub AddColumn (name As String, type As DataViewType, Optional annotations As DataViewSchema.Annotations = Nothing)

Paramètres

name
String

Nom de la colonne.

type
DataViewType

Type de colonne.

annotations
DataViewSchema.Annotations

Annotations de colonne.

S’applique à