DataViewSchema.DetachedColumn 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DataViewSchema.DetachedColumn(DataViewSchema+Column)
從現有架構的資料行建立 的實例 DataViewSchema.DetachedColumn 。
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)
參數
- column
- DataViewSchema.Column
適用於
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)
建立 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)
參數
- name
- String
- type
- DataViewType
- annotations
- DataViewSchema.Annotations