Condividi tramite


DataViewSchema.DetachedColumn Costruttori

Definizione

Overload

DataViewSchema.DetachedColumn(DataViewSchema+Column)

Creare un'istanza di da DataViewSchema.DetachedColumn una colonna dello schema esistente.

DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)

Crea un'istanza di un oggetto DataViewSchema.DetachedColumn.

DataViewSchema.DetachedColumn(DataViewSchema+Column)

Origine:
DataViewSchema.cs
Origine:
DataViewSchema.cs
Origine:
DataViewSchema.cs

Creare un'istanza di da DataViewSchema.DetachedColumn una colonna dello schema esistente.

public DetachedColumn(Microsoft.ML.DataViewSchema.Column column);
new Microsoft.ML.DataViewSchema.DetachedColumn : Microsoft.ML.DataViewSchema.Column -> Microsoft.ML.DataViewSchema.DetachedColumn
Public Sub New (column As DataViewSchema.Column)

Parametri

Si applica a

DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)

Origine:
DataViewSchema.cs
Origine:
DataViewSchema.cs
Origine:
DataViewSchema.cs

Crea un'istanza di un oggetto DataViewSchema.DetachedColumn.

public DetachedColumn(string name, Microsoft.ML.Data.DataViewType type, Microsoft.ML.DataViewSchema.Annotations annotations = default);
new Microsoft.ML.DataViewSchema.DetachedColumn : string * Microsoft.ML.Data.DataViewType * Microsoft.ML.DataViewSchema.Annotations -> Microsoft.ML.DataViewSchema.DetachedColumn
Public Sub New (name As String, type As DataViewType, Optional annotations As DataViewSchema.Annotations = Nothing)

Parametri

name
String

Si applica a