VectorTypeAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Permet à un membre d’être marqué comme étant un VectorDataViewType, ce qui permet principalement de définir la dimensionnalité du tableau résultant.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class VectorTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type VectorTypeAttribute = class
inherit Attribute
Public NotInheritable Class VectorTypeAttribute
Inherits Attribute
- Héritage
-
VectorTypeAttribute
- Attributs
Constructeurs
VectorTypeAttribute() |
Marquez le membre comme tableau unidimensionnel avec une taille inconnue. |
VectorTypeAttribute(Int32) |
Marquez le membre comme tableau unidimensionnel avec une taille spécifiée. |
VectorTypeAttribute(Int32[]) |
Marquez le membre avec les dimensions attendues du tableau. Notez que cet attribut doit être ajouté à des tableaux unidimensionnels et qu’il ne doit pas être ajouté aux tableaux multidimensionnels. En interne, ML.NET utilisera les informations de forme fournies en tant que paramètres « dimensions » de ce constructeur pour l’utiliser comme tableau multidimensionnel. |