SchemaAnnotationsExtensions.HasSlotNames(DataViewSchema+Column) Methode

Definition

Gibt zurücktrue, wenn die Eingabespalte von VectorDataViewType, deren SlotNames Anmerkung VectorDataViewType ist und deren ItemTypeSize Größe TextDataViewTypemit dieser Eingabevektorgröße übereinstimmt.

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

Parameter

column
DataViewSchema.Column

Die Spalte, deren Annotations Abfrage abgefragt wird.

Gibt zurück

Gilt für:

Weitere Informationen