DataViewSchema.DetachedColumn Constructores
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
DataViewSchema.DetachedColumn(DataViewSchema+Column) |
Cree una instancia de a partir de DataViewSchema.DetachedColumn una columna de esquema existente. |
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations) |
Crea una instancia de DataViewSchema.DetachedColumn. |
- Source:
- DataViewSchema.cs
- Source:
- DataViewSchema.cs
- Source:
- DataViewSchema.cs
Cree una instancia de a partir de DataViewSchema.DetachedColumn una columna de esquema existente.
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)
Parámetros
- column
- DataViewSchema.Column
Se aplica a
ML.NET Preview e outras versións
Produto | Versións |
---|---|
ML.NET | 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview |
- Source:
- DataViewSchema.cs
- Source:
- DataViewSchema.cs
- Source:
- DataViewSchema.cs
Crea una instancia de 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)
Parámetros
- name
- String
- type
- DataViewType
- annotations
- DataViewSchema.Annotations
Se aplica a
ML.NET Preview e outras versións
Produto | Versións |
---|---|
ML.NET | 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview |