Condividi tramite


DataViewSchema.Builder.AddColumn Metodo

Definizione

Aggiungere una colonna allo schema da compilare.

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)

Parametri

name
String

Nome della colonna.

type
DataViewType

Tipo di colonna.

annotations
DataViewSchema.Annotations

Annotazioni di colonna.

Si applica a