Aracılığıyla paylaş


DataViewSchema.DetachedColumn Oluşturucular

Tanım

Aşırı Yüklemeler

DataViewSchema.DetachedColumn(DataViewSchema+Column)

Var olan bir şemanın DataViewSchema.DetachedColumn sütunundan örneğini oluşturun.

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

bir örneğini DataViewSchema.DetachedColumnoluşturur.

DataViewSchema.DetachedColumn(DataViewSchema+Column)

Var olan bir şemanın DataViewSchema.DetachedColumn sütunundan örneğini oluşturun.

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)

Parametreler

Şunlara uygulanır

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

bir örneğini DataViewSchema.DetachedColumnoluşturur.

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)

Parametreler

name
String

Şunlara uygulanır