Sdílet prostřednictvím


DataViewSchema.Builder.AddColumn Metoda

Definice

Přidejte jeden sloupec do vytvořeného schématu.

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)

Parametry

name
String

Název sloupce.

type
DataViewType

Typ sloupce.

annotations
DataViewSchema.Annotations

Poznámky ke sloupci.

Platí pro