DataViewTypeManager.Register Método

Definición

Sobrecargas

Nombre Description
Register(DataViewType, Type, DataViewTypeAttribute)

Esta función indica que dataViewType debe ser una representación de los datos en type en el sistema de tipos de ML.NET. El objeto registrado type debe ser un tipo estándar de objeto de C#.

Register(DataViewType, Type, IEnumerable<Attribute>)
Obsoletos.
Obsoletos.

Esta función indica que dataViewType debe ser una representación de los datos en type en el sistema de tipos de ML.NET. El objeto registrado type debe ser un tipo estándar de objeto de C#.

Register(DataViewType, Type, DataViewTypeAttribute)

Source:
DataViewTypeManager.cs
Source:
DataViewTypeManager.cs
Source:
DataViewTypeManager.cs

Esta función indica que dataViewType debe ser una representación de los datos en type en el sistema de tipos de ML.NET. El objeto registrado type debe ser un tipo estándar de objeto de C#.

public static void Register(Microsoft.ML.Data.DataViewType dataViewType, Type type, Microsoft.ML.Data.DataViewTypeAttribute typeAttribute = default);
static member Register : Microsoft.ML.Data.DataViewType * Type * Microsoft.ML.Data.DataViewTypeAttribute -> unit
Public Shared Sub Register (dataViewType As DataViewType, type As Type, Optional typeAttribute As DataViewTypeAttribute = Nothing)

Parámetros

dataViewType
DataViewType

Tipo correspondiente de type en el sistema de tipos de ML.NET.

type
Type

Tipo nativo en C#.

typeAttribute
DataViewTypeAttribute

DataViewTypeAttribute asociado a type.

Se aplica a

Register(DataViewType, Type, IEnumerable<Attribute>)

Source:
DataViewTypeManager.cs
Source:
DataViewTypeManager.cs
Source:
DataViewTypeManager.cs

Precaución

This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.

Precaución

This API is depricated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.

Esta función indica que dataViewType debe ser una representación de los datos en type en el sistema de tipos de ML.NET. El objeto registrado type debe ser un tipo estándar de objeto de C#.

[System.Obsolete("This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)]
public static void Register(Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable<Attribute> typeAttributes);
public static void Register(Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable<Attribute> typeAttributes = default);
[System.Obsolete("This API is depricated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)]
public static void Register(Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable<Attribute> typeAttributes);
[<System.Obsolete("This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)>]
static member Register : Microsoft.ML.Data.DataViewType * Type * seq<Attribute> -> unit
static member Register : Microsoft.ML.Data.DataViewType * Type * seq<Attribute> -> unit
[<System.Obsolete("This API is depricated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)>]
static member Register : Microsoft.ML.Data.DataViewType * Type * seq<Attribute> -> unit
Public Shared Sub Register (dataViewType As DataViewType, type As Type, typeAttributes As IEnumerable(Of Attribute))
Public Shared Sub Register (dataViewType As DataViewType, type As Type, Optional typeAttributes As IEnumerable(Of Attribute) = Nothing)

Parámetros

dataViewType
DataViewType

Tipo correspondiente de type en el sistema de tipos de ML.NET.

type
Type

Tipo nativo en C#.

typeAttributes
IEnumerable<Attribute>

se Attributeadjunta a type.

Atributos

Se aplica a