Partager via


SchemaAnnotationsExtensions.HasSlotNames(DataViewSchema+Column) Méthode

Définition

Retourne true si la colonne d’entrée est de VectorDataViewType, et qui a SlotNames l’annotation d’un VectorDataViewType dont ItemType est , et plus loin dont la Size taille correspond à cette taille de TextDataViewTypevecteur d’entrée.

public static bool HasSlotNames (this Microsoft.ML.DataViewSchema.Column column);
static member HasSlotNames : Microsoft.ML.DataViewSchema.Column -> bool
<Extension()>
Public Function HasSlotNames (column As DataViewSchema.Column) As Boolean

Paramètres

column
DataViewSchema.Column

Colonne dont Annotations la requête sera interrogée.

Retours

S’applique à

Voir aussi