Freigeben über


DataViewSchema.Builder.AddColumn Methode

Definition

Fügen Sie dem schema, das erstellt wird, eine Spalte hinzu.

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)

Parameter

name
String

Der Spaltenname.

type
DataViewType

Der Spaltentyp.

annotations
DataViewSchema.Annotations

Die Spaltenanmerkungen.

Gilt für: