SchemaAnnotationsExtensions.HasSlotNames(DataViewSchema+Column) 方法

定义

返回true输入列是否为 VectorDataViewType,并且该列具有SlotNamesItemType所属TextDataViewType的注释VectorDataViewType,并且其Size与此输入向量大小匹配的进一步。

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

参数

column
DataViewSchema.Column

将查询其列 Annotations

返回

适用于

另请参阅